Whamcloud - gitweb
LU-85 Fix missing bracket
authorJohann Lombardi <johann@whamcloud.com>
Tue, 21 Jun 2011 14:39:58 +0000 (16:39 +0200)
committerJohann Lombardi <johann@whamcloud.com>
Tue, 21 Jun 2011 14:39:58 +0000 (16:39 +0200)
Change-Id: I0c3d16320aab019ef0ef7994c34f6ea5f9ded2a2
Signed-off-by: Johann Lombardi <johann@whamcloud.com>
lustre/utils/mkfs_lustre.c

index 723096c..1b2d8d3 100644 (file)
@@ -1632,6 +1632,7 @@ int main(int argc, char *const argv[])
                 ret = EINVAL;
                 goto out;
         }
+        }
 
 
         if (mountopts) {