diff options
author | Chris Lattner <sabre@nondot.org> | 2008-09-26 20:05:14 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-09-26 20:05:14 +0000 |
commit | 1b9ad143c163a8e18f8dc34e8cdabfa668a53aea (patch) | |
tree | 2a6e21141a2902ffa156effc4036803ed9c8d1dd | |
parent | f30f2896f603319bc8af8b10c698d575defb47d7 (diff) |
fit in 80 cols.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56687 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Driver/PrintPreprocessedOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |