Index: uspace/lib/c/arch/mips32/src/syscall.c
===================================================================
--- uspace/lib/c/arch/mips32/src/syscall.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/lib/c/arch/mips32/src/syscall.c	(revision 6ff23ff32c8aa9d6ad8d06f1743ca1b0d68c14bc)
@@ -31,5 +31,5 @@
  */
 /** @file
-  * @ingroup libcmips32
+ * @ingroup libcmips32
  */
 
@@ -57,8 +57,8 @@
 	      "r" (__mips_reg_t1),
 	      "r" (__mips_reg_v0)
-		/*
-		 * We are a function call, although C
-		 * does not know it.
-		 */
+	      /*
+	       * We are a function call, although C
+	       * does not know it.
+	       */
 	    : "%ra"
 	);
