Index: uspace/lib/libc/generic/ipc.c
===================================================================
--- uspace/lib/libc/generic/ipc.c	(revision b61d47d14bdea0c512d1a9a0ce603ef37ac239bc)
+++ uspace/lib/libc/generic/ipc.c	(revision 90c35436e39d41f77854b4f11d347168ed5f121c)
@@ -598,5 +598,5 @@
 
 	res = ipc_call_sync_3_5(phoneid, IPC_M_CONNECT_ME_TO, arg1, arg2, arg3, 
-		NULL, NULL, NULL, NULL, &newphid);
+	    NULL, NULL, NULL, NULL, &newphid);
 	if (res)
 		return res;
@@ -653,6 +653,6 @@
  * @return		Zero on success or an error code.
  *
- * For non-system methods, the old method and arg1 are rewritten by the new
- * values. For system methods, the new method, arg1 and arg2 are written 
+ * For non-system methods, the old method, arg1 and arg2 are rewritten by the
+ * new values. For system methods, the new method, arg1 and arg2 are written 
  * to the old arg1, arg2 and arg3, respectivelly. Calls with immutable 
  * methods are forwarded verbatim.
@@ -662,5 +662,5 @@
 {
 	return __SYSCALL6(SYS_IPC_FORWARD_FAST, callid, phoneid, method, arg1, 
-		arg2, mode);
+	    arg2, mode);
 }
 
