diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-11-30 18:03:26 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-11-30 18:03:26 +0000 |
commit | 4401fbee563561164858ad7e47480cb0b64a52ba (patch) | |
tree | 0f2c88380e33a565ac806ebaa5c181582c5412a8 /clang/lib/Lex | |
parent | 41e115a81a3cb03964646321e630b7e64cb88f89 (diff) | |
download | bcm5719-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')
-rw-r--r-- | clang/lib/Lex/PPDirectives.cpp | 6 |
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; |