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 e07257ea61be24fb24dc38d84ded801cd8c1af5d)
@@ -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"
 	);
Index: uspace/lib/c/generic/io/printf_core.c
===================================================================
--- uspace/lib/c/generic/io/printf_core.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
+++ uspace/lib/c/generic/io/printf_core.c	(revision e07257ea61be24fb24dc38d84ded801cd8c1af5d)
@@ -1499,7 +1499,7 @@
 
 			switch (uc) {
-			/*
-			 * String and character conversions.
-			 */
+				/*
+				 * String and character conversions.
+				 */
 			case 's':
 				precision = max(0,  precision);
@@ -1533,7 +1533,7 @@
 				continue;
 
-			/*
-			 * Floating point values
-			 */
+				/*
+				 * Floating point values
+				 */
 			case 'G':
 			case 'g':
@@ -1554,7 +1554,7 @@
 				continue;
 
-			/*
-			 * Integer values
-			 */
+				/*
+				 * Integer values
+				 */
 			case 'P':
 				/* Pointer */
@@ -1586,12 +1586,12 @@
 				break;
 
-			/* Percentile itself */
 			case '%':
+				/* Percentile itself */
 				j = i;
 				continue;
 
-			/*
-			 * Bad formatting.
-			 */
+				/*
+				 * Bad formatting.
+				 */
 			default:
 				/*
