xfs
[Top] [All Lists]

Re: [PATCH 14/19] mkfs: add string options to generic parsing

To: xfs@xxxxxxxxxxx
Subject: Re: [PATCH 14/19] mkfs: add string options to generic parsing
From: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Mon, 2 May 2016 18:11:41 -0500
Delivered-to: xfs@xxxxxxxxxxx
In-reply-to: <1461231593-31294-15-git-send-email-jtulak@xxxxxxxxxx>
References: <1461231593-31294-1-git-send-email-jtulak@xxxxxxxxxx> <1461231593-31294-15-git-send-email-jtulak@xxxxxxxxxx>
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.0
fix alignment on two-line logic statement; align 2nd line
with first conditional, not tabbed in.

Eric Sandeen <sandeen@xxxxxxxxxx>: whitespace fixup

diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c
index 4186e98..f14fdff 100644
--- a/mkfs/xfs_mkfs.c
+++ b/mkfs/xfs_mkfs.c
@@ -1520,7 +1520,7 @@ check_opt(
                if (conflict_opt == LAST_CONFLICT)
                        break;
                if (opts->subopt_params[conflict_opt].seen ||
-                       opts->subopt_params[conflict_opt].str_seen)
+                   opts->subopt_params[conflict_opt].str_seen)
                        conflict(opts->name, (char **)opts->subopts,
                                 conflict_opt, index);
        }


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH 14/19] mkfs: add string options to generic parsing, Eric Sandeen <=