Cleanup whitespace in switch statement. No functionality change.

llvm-svn: 108905
This commit is contained in:
Ted Kremenek 2010-07-20 20:04:36 +00:00
parent bb0ffd7ade
commit 36521956f7
1 changed files with 7 additions and 6 deletions

View File

@ -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.