forked from OSchip/llvm-project
Fix coding standard mistake from my last commit.
That, and keep aKor happy :P. llvm-svn: 114816
This commit is contained in:
parent
b5b71e07af
commit
4362a1c987
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue