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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux