]> granicus.if.org Git - clang/commitdiff
Trivial indentation fix for the code I just committed
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 18:03:26 +0000 (18:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 18:03:26 +0000 (18:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PPDirectives.cpp

index 5047be348533b902dbcbf3180839c3df71e1e445..98362dfd57ecea20a406d10fbd14d7cae17dc441 100644 (file)
@@ -1310,9 +1310,9 @@ void Preprocessor::HandleIncludeDirective(SourceLocation HashLoc,
       IncludeKind = 1;
       break;        
         
-      case tok::pp_include_next:
-        IncludeKind = 2;
-        break;
+    case tok::pp_include_next:
+      IncludeKind = 2;
+      break;
         
     case tok::pp___include_macros:
       IncludeKind = 3;