mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user