forked from OSchip/llvm-project
Cleanup whitespace in switch statement. No functionality change.
llvm-svn: 108905
This commit is contained in:
parent
bb0ffd7ade
commit
36521956f7
|
@ -255,6 +255,7 @@ const char *ConversionSpecifier::toString() const {
|
|||
case pArg: return "p";
|
||||
case nArg: return "n";
|
||||
case PercentArg: return "%";
|
||||
case ScanListArg: return "[";
|
||||
case InvalidSpecifier: return NULL;
|
||||
|
||||
// MacOS X unicode extensions.
|
||||
|
|
Loading…
Reference in New Issue