Index: uspace/app/bdsh/cmds/builtins/batch/batch.c
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/batch.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/batch/batch.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -136,3 +136,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/builtins/batch/batch.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/batch.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/batch/batch.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the batch command, excluding entry points */
 
-
 #endif /* BATCH_H */
-
Index: uspace/app/bdsh/cmds/builtins/batch/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/batch/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/batch/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -10,3 +10,2 @@
 
 #endif /* BATCH_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/builtins/cd/cd.c
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/cd.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/cd/cd.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -81,5 +81,4 @@
 }
 
-
 /* This is a very rudamentary 'cd' command. It is not 'link smart' (yet) */
 
Index: uspace/app/bdsh/cmds/builtins/cd/cd.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/cd.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/cd/cd.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,4 +4,3 @@
 /* Prototypes for the cd command (excluding entry points) */
 
-
 #endif
Index: uspace/app/bdsh/cmds/builtins/cd/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/cd/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/cd/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/builtins/exit/entry.h
===================================================================
--- uspace/app/bdsh/cmds/builtins/exit/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/builtins/exit/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/mod_cmds.c
===================================================================
--- uspace/app/bdsh/cmds/mod_cmds.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/mod_cmds.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -112,5 +112,4 @@
 }
 
-
 /** Invokes the 'help' entry function for the module at position (int) module
  *
Index: uspace/app/bdsh/cmds/modules/cat/cat.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cat/cat.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -336,5 +336,4 @@
 	last_char_was_newline = true;
 
-
 	argc = cli_count_args(argv);
 
@@ -419,3 +418,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/cat/cat.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/cat.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cat/cat.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -5,3 +5,2 @@
 
 #endif /* CAT_H */
-
Index: uspace/app/bdsh/cmds/modules/cat/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cat/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cat/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* CAT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/cmp/cmp.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cmp/cmp.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cmp/cmp.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -5,3 +5,2 @@
 
 #endif /* CMP_H */
-
Index: uspace/app/bdsh/cmds/modules/cmp/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cmp/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cmp/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* CAT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/cp/cp.c
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/cp.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cp/cp.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -553,3 +553,2 @@
 		return CMD_FAILURE;
 }
-
Index: uspace/app/bdsh/cmds/modules/cp/cp.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/cp.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cp/cp.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the cp command, excluding entry points */
 
-
 #endif /* CP_H */
-
Index: uspace/app/bdsh/cmds/modules/cp/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/cp/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/cp/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* CP_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/echo/echo.c
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/echo.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/echo/echo.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -64,3 +64,2 @@
 
 }
-
Index: uspace/app/bdsh/cmds/modules/echo/echo.h
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/echo.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/echo/echo.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the echo command, excluding entry points */
 
-
 #endif /* ECHO_H */
-
Index: uspace/app/bdsh/cmds/modules/echo/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/echo/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/echo/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* ECHO_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/kcon/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/kcon/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/kcon/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* KCON_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/kcon/kcon.h
===================================================================
--- uspace/app/bdsh/cmds/modules/kcon/kcon.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/kcon/kcon.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the kcon command, excluding entry points */
 
-
 #endif /* KCON_H */
-
Index: uspace/app/bdsh/cmds/modules/ls/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/ls/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* LS_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/ls/ls.c
===================================================================
--- uspace/app/bdsh/cmds/modules/ls/ls.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/ls/ls.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -428,3 +428,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mkdir/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mkdir/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* MKDIR_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mkdir/mkdir.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mkdir/mkdir.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -60,5 +60,4 @@
 };
 
-
 void help_cmd_mkdir(unsigned int level)
 {
@@ -224,3 +223,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mkdir/mkdir.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkdir/mkdir.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mkdir/mkdir.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -5,3 +5,2 @@
 
 #endif /* MKDIR_H */
-
Index: uspace/app/bdsh/cmds/modules/mkfile/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkfile/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mkfile/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* MKFILE_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mkfile/mkfile.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mkfile/mkfile.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mkfile/mkfile.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the mkfile command, excluding entry points */
 
-
 #endif /* MKFILE_H */
-
Index: uspace/app/bdsh/cmds/modules/mount/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mount/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* MOUNT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mount/mount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mount/mount.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -53,5 +53,4 @@
 	{ 0, 0, 0, 0 }
 };
-
 
 /* Displays help for mount in various levels */
@@ -193,3 +192,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mount/mount.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mount/mount.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the mount command, excluding entry points */
 
-
 #endif /* MOUNT_H */
-
Index: uspace/app/bdsh/cmds/modules/mv/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mv/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* MV_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/mv/mv.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/mv.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mv/mv.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -70,3 +70,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/mv/mv.h
===================================================================
--- uspace/app/bdsh/cmds/modules/mv/mv.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/mv/mv.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the mv command, excluding entry points */
 
-
 #endif /* MV_H */
-
Index: uspace/app/bdsh/cmds/modules/printf/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/printf/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* PRINTF_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/printf/printf.c
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/printf.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/printf/printf.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -55,5 +55,4 @@
 	}
 
-
 	return;
 }
@@ -105,5 +104,4 @@
 	return CMD_SUCCESS;
 }
-
 
 /** Prints formatted data.
Index: uspace/app/bdsh/cmds/modules/printf/printf.h
===================================================================
--- uspace/app/bdsh/cmds/modules/printf/printf.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/printf/printf.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the printf command, excluding entry points */
 
-
 #endif /* PRINTF_H */
-
Index: uspace/app/bdsh/cmds/modules/pwd/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/pwd/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/pwd/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -9,4 +9,2 @@
 
 #endif
-
-
Index: uspace/app/bdsh/cmds/modules/rm/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/rm/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* RM_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/rm/rm.c
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/rm.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/rm/rm.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -340,3 +340,2 @@
 		return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/rm/rm.h
===================================================================
--- uspace/app/bdsh/cmds/modules/rm/rm.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/rm/rm.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -5,3 +5,2 @@
 
 #endif /* RM_H */
-
Index: uspace/app/bdsh/cmds/modules/sleep/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/sleep/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* SLEEP_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/sleep/sleep.c
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/sleep.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/sleep/sleep.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -136,3 +136,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/sleep/sleep.h
===================================================================
--- uspace/app/bdsh/cmds/modules/sleep/sleep.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/sleep/sleep.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the sleep command, excluding entry points */
 
-
 #endif /* SLEEP_H */
-
Index: uspace/app/bdsh/cmds/modules/unmount/entry.h
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/entry.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/unmount/entry.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -7,3 +7,2 @@
 
 #endif /* UNMOUNT_ENTRY_H */
-
Index: uspace/app/bdsh/cmds/modules/unmount/unmount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/unmount.c	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/unmount/unmount.c	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -75,3 +75,2 @@
 	return CMD_SUCCESS;
 }
-
Index: uspace/app/bdsh/cmds/modules/unmount/unmount.h
===================================================================
--- uspace/app/bdsh/cmds/modules/unmount/unmount.h	(revision bd41ac52cf7d20e9e568c519bf2cb5ac7104b86a)
+++ uspace/app/bdsh/cmds/modules/unmount/unmount.h	(revision cc74cb5c5f69f9cd7b915a29908ded2daedb158d)
@@ -4,5 +4,3 @@
 /* Prototypes for the unmount command, excluding entry points */
 
-
 #endif /* UNMOUNT_H */
-
