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

Eric Sandeen sandeen at sandeen.net
Mon May 2 18:11:41 CDT 2016


fix alignment on two-line logic statement; align 2nd line
with first conditional, not tabbed in.

Eric Sandeen <sandeen at redaht.com>: 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);
 	}




More information about the xfs mailing list