]> granicus.if.org Git - clang/commitdiff
fit in 80 cols.
authorChris Lattner <sabre@nondot.org>
Fri, 26 Sep 2008 20:05:14 +0000 (20:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Sep 2008 20:05:14 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56687 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/PrintPreprocessedOutput.cpp

index 2b3570c6756d7ef8d9844df9e82bfd9dd4c5f253..7edfc374837f2a7e1e5543cabf181bfcb13b84b6 100644 (file)
@@ -143,7 +143,7 @@ bool PrintPPOutputPPCallbacks::MoveToLine(SourceLocation Loc) {
 /// position.
 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
                                            FileChangeReason Reason,
-                                           DirectoryLookup::DirType NewFileType) {
+                                         DirectoryLookup::DirType NewFileType) {
   // Unless we are exiting a #include, make sure to skip ahead to the line the
   // #include directive was at.
   SourceManager &SourceMgr = PP.getSourceManager();