From 3c3de6132bb78d94a8d52a74569644e65ca972ee Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 23 Oct 2008 23:47:30 +0000 Subject: [PATCH] Branch b1_8_gate Fix whitespace. --- lustre/utils/lfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 55779d1..e58e43c 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -254,7 +254,7 @@ static int lfs_setstripe(int argc, char **argv) { optind = 0; while ((c = getopt_long(argc, argv, "c:di:o:s:p:", - long_opts, NULL)) >= 0) { + long_opts, NULL)) >= 0) { switch (c) { case 0: /* Long options. */ @@ -287,7 +287,7 @@ static int lfs_setstripe(int argc, char **argv) } fname = argv[optind]; - + if (delete && (stripe_size_arg != NULL || stripe_off_arg != NULL || stripe_count_arg != NULL || pool_name_arg != NULL)) { -- 1.8.3.1