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); } _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs