commit | 9d7a2dc2840179b72be189b37ee50863af95cab7 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Mon Sep 28 01:15:44 2009 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Mon Sep 28 01:15:44 2009 +0000 |
tree | 727a0668b799b2d5e991a98061106b6fa838656d | |
parent | a9245d63f64dc8af8ddd877b94523fcc52c1d702 [diff] [blame] |
A bit prettier formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82955 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ // 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";