Index: uspace/dist/src/c/demos/edit/sheet.c
===================================================================
--- uspace/dist/src/c/demos/edit/sheet.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/dist/src/c/demos/edit/sheet.c	(revision 86b70c6fa1a6e0fc138e6294cb6cfe8bda4535d3)
@@ -146,5 +146,5 @@
  *
  * @return	EOK on success or an error code.
- **/
+ */
 errno_t sheet_delete(sheet_t *sh, spt_t *spos, spt_t *epos)
 {
Index: uspace/dist/src/c/demos/top/top.c
===================================================================
--- uspace/dist/src/c/demos/top/top.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/dist/src/c/demos/top/top.c	(revision 86b70c6fa1a6e0fc138e6294cb6cfe8bda4535d3)
@@ -248,6 +248,8 @@
 static void compute_percentages(data_t *old_data, data_t *new_data)
 {
-	/* For each CPU: Compute total cycles and divide it between
-	   user and kernel */
+	/*
+	 * For each CPU: Compute total cycles and divide it between
+	 * user and kernel
+	 */
 
 	size_t i;
