summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-09-28 01:15:44 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-09-28 01:15:44 +0000
commit9d7a2dc2840179b72be189b37ee50863af95cab7 (patch)
tree727a0668b799b2d5e991a98061106b6fa838656d /utils
parenta9245d63f64dc8af8ddd877b94523fcc52c1d702 (diff)
downloadllvm-9d7a2dc2840179b72be189b37ee50863af95cab7.tar.gz
llvm-9d7a2dc2840179b72be189b37ee50863af95cab7.tar.bz2
llvm-9d7a2dc2840179b72be189b37ee50863af95cab7.tar.xz
A bit prettier formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82955 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index a75e56035d..2800678f8c 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -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";