Trivial indentation fix for the code I just committed
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145501 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/PPDirectives.cpp b/lib/Lex/PPDirectives.cpp
index 5047be3..98362df 100644
--- a/lib/Lex/PPDirectives.cpp
+++ b/lib/Lex/PPDirectives.cpp
@@ -1310,9 +1310,9 @@
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;