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