diff options
| author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-30 18:53:09 +0000 |
|---|---|---|
| committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-30 18:53:09 +0000 |
| commit | 48b9f4be9d66e934af274c98263e220d4a322c50 (patch) | |
| tree | 612b89fe68ccdad7049ba6cab4db9fcba62b209f | |
| parent | 241042b7007bbbb57b0f58e751008d47701b87f4 (diff) | |
| download | bcm5719-llvm-48b9f4be9d66e934af274c98263e220d4a322c50.tar.gz bcm5719-llvm-48b9f4be9d66e934af274c98263e220d4a322c50.zip | |
Fix indentation.
llvm-svn: 51782
| -rw-r--r-- | llvm/tools/llvmc2/llvmc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc2/llvmc.cpp b/llvm/tools/llvmc2/llvmc.cpp index 9a2b27f9cbc..560ee98173a 100644 --- a/llvm/tools/llvmc2/llvmc.cpp +++ b/llvm/tools/llvmc2/llvmc.cpp @@ -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", |

