Index: uspace/app/bdsh/cmds/modules/mount/mount.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mount/mount.c	(revision 4979403852d819a9253efa1bff79a2dc52611a3f)
+++ uspace/app/bdsh/cmds/modules/mount/mount.c	(revision 5bf76c164fa130e2a664b14a5d195687bf11e6e2)
@@ -107,5 +107,5 @@
 	if (rc != EOK) {
 		printf("Unable to mount %s filesystem to %s on %s (rc=%d)\n",
-			t_argv[1], t_argv[2], t_argv[3], rc);
+		    t_argv[1], t_argv[2], t_argv[3], rc);
 		return CMD_FAILURE;
 	}
