]> Zhao Yanbai Git Server - minix.git/commitdiff
Little formatting fix.
authorBen Gras <ben@minix3.org>
Wed, 10 Aug 2005 15:18:13 +0000 (15:18 +0000)
committerBen Gras <ben@minix3.org>
Wed, 10 Aug 2005 15:18:13 +0000 (15:18 +0000)
servers/fs/main.c

index 77fdc052965800e3a41a45d0dbf928eee8d54911..df4206b66310f4fa8daf67ba4849ce4a9ebf7e35 100644 (file)
@@ -407,7 +407,7 @@ PRIVATE void load_ram(void)
 
   printf("\rRAM disk of %u KB loaded onto /dev/ram.", ram_size_kb);
   if (root_dev == DEV_RAM) printf(" Using RAM disk as root FS.");
-  printf("\n");
+  printf("  \n");
 
   /* Invalidate and close the image device. */
   invalidate(image_dev);