Fix indentation.
authorMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 18:53:09 +0000 (18:53 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Fri, 30 May 2008 18:53:09 +0000 (18:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51782 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvmc2/llvmc.cpp

index 9a2b27f9cbcc094d9216bb222569f474be87b16c..560ee98173a4386783cad40004bb8e44529ac5eb 100644 (file)
@@ -42,7 +42,7 @@ cl::list<std::string> Languages("x",
           cl::desc("Specify the language of the following input files"),
           cl::ZeroOrMore);
 cl::opt<bool> DryRun("dry-run",
-                          cl::desc("only pretend to run commands"));
+                     cl::desc("only pretend to run commands"));
 cl::opt<bool> VerboseMode("v",
                           cl::desc("Enable verbose mode"));
 cl::opt<bool> WriteGraph("write-graph",