Author: mspencer
Date: Mon Sep 27 01:34:47 2010
New Revision: 114816

URL: http://llvm.org/viewvc/llvm-project?rev=114816&view=rev
Log:
Fix coding standard mistake from my last commit.

That, and keep aKor happy :P.

Modified:
    cfe/trunk/lib/Lex/Pragma.cpp

Modified: cfe/trunk/lib/Lex/Pragma.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/Pragma.cpp?rev=114816&r1=114815&r2=114816&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/Pragma.cpp (original)
+++ cfe/trunk/lib/Lex/Pragma.cpp Mon Sep 27 01:34:47 2010
@@ -494,7 +494,7 @@
   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;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to