]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
misc-tools/findmnt: a few whitespace fixes
authorsluidfoe <sluidfoe@gmail.com>
Tue, 8 May 2018 18:10:06 +0000 (13:10 -0500)
committersluidfoe <sluidfoe@gmail.com>
Thu, 10 May 2018 16:58:31 +0000 (11:58 -0500)
misc-utils/findmnt.c

index 09b98cc222cdb457106b122b363432c7e8456135..331460bd18651757945d54645caab62e944aa29a 100644 (file)
@@ -1247,7 +1247,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -t, --types <list>     limit the set of filesystems by FS types\n"), out);
        fputs(_(" -U, --uniq             ignore filesystems with duplicate target\n"), out);
        fputs(_(" -u, --notruncate       don't truncate text in columns\n"), out);
-       fputs(_(" -v, --nofsroot         don't print [/dir] for bind or btrfs mounts\n"), out); 
+       fputs(_(" -v, --nofsroot         don't print [/dir] for bind or btrfs mounts\n"), out);
 
        fputc('\n', out);
        fputs(_(" -x, --verify           verify mount table content (default is fstab)\n"), out);
@@ -1280,7 +1280,7 @@ int main(int argc, char *argv[])
        struct libscols_table *table = NULL;
 
        enum {
-                FINDMNT_OPT_VERBOSE = CHAR_MAX + 1,
+               FINDMNT_OPT_VERBOSE = CHAR_MAX + 1,
                FINDMNT_OPT_TREE,
                FINDMNT_OPT_OUTPUT_ALL,
                FINDMNT_OPT_PSEUDO,
@@ -1332,7 +1332,7 @@ int main(int argc, char *argv[])
        };
 
        static const ul_excl_t excl[] = {       /* rows and cols in ASCII order */
-               { 'C', 'c'},                    /* [no]canonicalize */
+               { 'C', 'c'},                    /* [no]canonicalize */
                { 'C', 'e' },                   /* nocanonicalize, evaluate */
                { 'J', 'P', 'r','x' },          /* json,pairs,raw,verify */
                { 'M', 'T' },                   /* mountpoint, target */