A bit prettier formatting.
authorMikhail Glushenkov <foldr@codedgers.com>
Mon, 28 Sep 2009 01:15:44 +0000 (01:15 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Mon, 28 Sep 2009 01:15:44 +0000 (01:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82955 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/LLVMCConfigurationEmitter.cpp

index a75e56035d207babffd7ba7f8c7058bf21fa22a2..2800678f8c5bbe95b9a96af79a58a62d7ee539a8 100644 (file)
@@ -41,9 +41,9 @@ typedef std::vector<std::string> StrVector;
 
 // Indentation.
 unsigned TabWidth = 4;
-unsigned Indent1 = TabWidth*1;
-unsigned Indent2 = TabWidth*2;
-unsigned Indent3 = TabWidth*3;
+unsigned Indent1  = TabWidth*1;
+unsigned Indent2  = TabWidth*2;
+unsigned Indent3  = TabWidth*3;
 
 // Default help string.
 const char * DefaultHelpString = "NO HELP MESSAGE PROVIDED";