From: Mikhail Glushenkov Date: Fri, 30 May 2008 18:53:09 +0000 (+0000) Subject: Fix indentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=18aac1c6225da41a89eeafb1b10c061d39a81481;p=oota-llvm.git Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51782 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvmc2/llvmc.cpp b/tools/llvmc2/llvmc.cpp index 9a2b27f9cbc..560ee98173a 100644 --- a/tools/llvmc2/llvmc.cpp +++ b/tools/llvmc2/llvmc.cpp @@ -42,7 +42,7 @@ cl::list Languages("x", cl::desc("Specify the language of the following input files"), cl::ZeroOrMore); cl::opt DryRun("dry-run", - cl::desc("only pretend to run commands")); + cl::desc("only pretend to run commands")); cl::opt VerboseMode("v", cl::desc("Enable verbose mode")); cl::opt WriteGraph("write-graph",