mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 04:39:44 +00:00
A bit prettier formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82955 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9245d63f6
commit
9d7a2dc284
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user