Index: uspace/srv/console/console.c
===================================================================
--- uspace/srv/console/console.c	(revision 01f5e17ed977fd4735bbbdc90c3ba9ad567f5093)
+++ uspace/srv/console/console.c	(revision f7fad5a03143a11ae6f695c5083fd6410e1f20bd)
@@ -139,5 +139,6 @@
 /** Check key and process special keys. 
  *
- * */
+ *
+ */
 static void write_char(int console, char key)
 {
@@ -377,5 +378,5 @@
 
 	if ((consnum = find_free_connection()) == -1) {
-		ipc_answer_fast(iid,ELIMIT,0,0);
+		ipc_answer_fast(iid, ELIMIT, 0, 0);
 		return;
 	}
@@ -396,5 +397,6 @@
 		async_serialize_start();
 
-		arg1 = arg2 = 0;
+		arg1 = 0;
+		arg2 = 0;
 		switch (IPC_GET_METHOD(call)) {
 		case IPC_M_PHONE_HUNGUP:
