Fix coding standard mistake from my last commit.

That, and keep aKor happy :P.

llvm-svn: 114816
This commit is contained in:
Michael J. Spencer 2010-09-27 06:34:47 +00:00
parent b5b71e07af
commit 4362a1c987
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ void Preprocessor::HandlePragmaMessage(Token &Tok) {
SourceLocation MessageLoc = Tok.getLocation();
Lex(Tok);
bool ExpectClosingParen = false;
switch(Tok.getKind()) {
switch (Tok.getKind()) {
case tok::l_paren:
// We have a MSVC style pragma message.
ExpectClosingParen = true;