summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPDirectives.cpp
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
commit4401fbee563561164858ad7e47480cb0b64a52ba (patch)
tree0f2c88380e33a565ac806ebaa5c181582c5412a8 /clang/lib/Lex/PPDirectives.cpp
parent41e115a81a3cb03964646321e630b7e64cb88f89 (diff)
downloadbcm5719-llvm-4401fbee563561164858ad7e47480cb0b64a52ba.tar.gz
bcm5719-llvm-4401fbee563561164858ad7e47480cb0b64a52ba.zip
Trivial indentation fix for the code I just committed
llvm-svn: 145501
Diffstat (limited to 'clang/lib/Lex/PPDirectives.cpp')
-rw-r--r--clang/lib/Lex/PPDirectives.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Lex/PPDirectives.cpp b/clang/lib/Lex/PPDirectives.cpp
index 5047be34853..98362dfd57e 100644
--- a/clang/lib/Lex/PPDirectives.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud