aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/PPDirectives.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Lex/PPDirectives.cpp')
-rw-r--r--lib/Lex/PPDirectives.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Lex/PPDirectives.cpp b/lib/Lex/PPDirectives.cpp
index 5047be3485..98362dfd57 100644
--- a/lib/Lex/PPDirectives.cpp
+++ b/lib/Lex/PPDirectives.cpp
@@ -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;