From: Chris Lattner Date: Fri, 26 Sep 2008 20:05:14 +0000 (+0000) Subject: fit in 80 cols. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b9ad143c163a8e18f8dc34e8cdabfa668a53aea;p=clang fit in 80 cols. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56687 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/PrintPreprocessedOutput.cpp b/Driver/PrintPreprocessedOutput.cpp index 2b3570c675..7edfc37483 100644 --- a/Driver/PrintPreprocessedOutput.cpp +++ b/Driver/PrintPreprocessedOutput.cpp @@ -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();