Index: abi/include/abi/ipc/methods.h
===================================================================
--- abi/include/abi/ipc/methods.h	(revision 132ab5d1e75253f9bae910b2748a4c13efe7e71f)
+++ abi/include/abi/ipc/methods.h	(revision 0247bd24eab20736d9bd6ad605a5fffbf6d4fc4c)
@@ -108,5 +108,5 @@
 	 *
 	 * - ARG1 - source user page address
-	 */ 
+	 */
 	IPC_M_PAGE_IN,
 
Index: abi/include/abi/proc/uarg.h
===================================================================
--- abi/include/abi/proc/uarg.h	(revision 132ab5d1e75253f9bae910b2748a4c13efe7e71f)
+++ abi/include/abi/proc/uarg.h	(revision 0247bd24eab20736d9bd6ad605a5fffbf6d4fc4c)
@@ -44,5 +44,5 @@
 	size_t uspace_stack_size;
 	
-	void (* uspace_thread_function)(void *);
+	void (*uspace_thread_function)(void *);
 	void *uspace_thread_arg;
 	
