mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +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.
|
// Indentation.
|
||||||
unsigned TabWidth = 4;
|
unsigned TabWidth = 4;
|
||||||
unsigned Indent1 = TabWidth*1;
|
unsigned Indent1 = TabWidth*1;
|
||||||
unsigned Indent2 = TabWidth*2;
|
unsigned Indent2 = TabWidth*2;
|
||||||
unsigned Indent3 = TabWidth*3;
|
unsigned Indent3 = TabWidth*3;
|
||||||
|
|
||||||
// Default help string.
|
// Default help string.
|
||||||
const char * DefaultHelpString = "NO HELP MESSAGE PROVIDED";
|
const char * DefaultHelpString = "NO HELP MESSAGE PROVIDED";
|
||||||
|
Loading…
Reference in New Issue
Block a user