summaryrefslogtreecommitdiffstats
path: root/sbin/fsck/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fsck/main.c')
-rw-r--r--sbin/fsck/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck/main.c b/sbin/fsck/main.c
index 1a6cd44..ddf1892 100644
--- a/sbin/fsck/main.c
+++ b/sbin/fsck/main.c
@@ -84,7 +84,7 @@ main(argc, argv)
case 'c':
cvtlevel = argtoi('c', "conversion level", optarg, 10);
break;
-
+
case 'd':
debug++;
break;
@@ -296,7 +296,7 @@ checkfilesys(filesys, mntpt, auxdata, child)
sbdirty();
}
if (cvtlevel && sblk.b_dirty) {
- /*
+ /*
* Write out the duplicate super blocks
*/
for (cylno = 0; cylno < sblock.fs_ncg; cylno++)
OpenPOWER on IntegriCloud