From 18aac1c6225da41a89eeafb1b10c061d39a81481 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Fri, 30 May 2008 18:53:09 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51782 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc2/llvmc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",