aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-11-30 18:03:26 +0000
committerDouglas Gregor <dgregor@apple.com>2011-11-30 18:03:26 +0000
commitedee9699964a1f38892c74acc555883bf26b51a3 (patch)
tree7087b524738807bbe5a08318fdc1d517fac54fea /lib
parente3a8256a9c1f2f1037fcb844ed7666759124a852 (diff)
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
Diffstat (limited to 'lib')
-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;