Index: abi/include/abi/ipc/methods.h
===================================================================
--- abi/include/abi/ipc/methods.h	(revision 132ab5d1e75253f9bae910b2748a4c13efe7e71f)
+++ abi/include/abi/ipc/methods.h	(revision 3b60ea0ab63232b82cbb39069c74d417545a98e6)
@@ -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 3b60ea0ab63232b82cbb39069c74d417545a98e6)
@@ -44,5 +44,5 @@
 	size_t uspace_stack_size;
 	
-	void (* uspace_thread_function)(void *);
+	void (*uspace_thread_function)(void *);
 	void *uspace_thread_arg;
 	
