diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-28 01:15:44 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-09-28 01:15:44 +0000 |
commit | 9d7a2dc2840179b72be189b37ee50863af95cab7 (patch) | |
tree | 727a0668b799b2d5e991a98061106b6fa838656d | |
parent | a9245d63f64dc8af8ddd877b94523fcc52c1d702 (diff) | |
download | external_llvm-9d7a2dc2840179b72be189b37ee50863af95cab7.zip external_llvm-9d7a2dc2840179b72be189b37ee50863af95cab7.tar.gz external_llvm-9d7a2dc2840179b72be189b37ee50863af95cab7.tar.bz2 |
A bit prettier formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82955 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/TableGen/LLVMCConfigurationEmitter.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp index a75e560..2800678 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"; |