]> granicus.if.org Git - clang/commitdiff
Fix coding standard mistake from my last commit.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 27 Sep 2010 06:34:47 +0000 (06:34 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Mon, 27 Sep 2010 06:34:47 +0000 (06:34 +0000)
That, and keep aKor happy :P.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114816 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/Pragma.cpp

index 4bca492adb061f91ed161440a44201a8e33d2e44..cb4a81906de6cffe26d9197792b011aff278f75a 100644 (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;