[cfe-commits] r145501 - /cfe/trunk/lib/Lex/PPDirectives.cpp
Douglas Gregor
dgregor at apple.com
Wed Nov 30 10:03:26 PST 2011
Author: dgregor
Date: Wed Nov 30 12:03:26 2011
New Revision: 145501
URL: http://llvm.org/viewvc/llvm-project?rev=145501&view=rev
Log:
Trivial indentation fix for the code I just committed
Modified:
cfe/trunk/lib/Lex/PPDirectives.cpp
Modified: cfe/trunk/lib/Lex/PPDirectives.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Lex/PPDirectives.cpp?rev=145501&r1=145500&r2=145501&view=diff
==============================================================================
--- cfe/trunk/lib/Lex/PPDirectives.cpp (original)
+++ cfe/trunk/lib/Lex/PPDirectives.cpp Wed Nov 30 12:03:26 2011
@@ -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;
More information about the cfe-commits
mailing list