A bit prettier formatting.

llvm-svn: 82955
This commit is contained in:
Mikhail Glushenkov 2009-09-28 01:15:44 +00:00
parent 505ad49a09
commit 1766617386
1 changed files with 3 additions and 3 deletions

View File

@ -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";