summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-04-28 20:58:58 +0000
committerJustin Bogner <mail@justinbogner.com>2014-04-28 20:58:58 +0000
commitf24d9c9158495ffa5d7623c294814298375339b8 (patch)
tree0edd3e390c0fdb2282e075fa025fd07a0b3dedc6 /clang
parentbc91d7e25af11f74eb0da4aea179d496cbe40dc7 (diff)
downloadbcm5719-llvm-f24d9c9158495ffa5d7623c294814298375339b8.tar.gz
bcm5719-llvm-f24d9c9158495ffa5d7623c294814298375339b8.zip
[cleanup] Fix an 80-column violation
llvm-svn: 207446
Diffstat (limited to 'clang')
-rw-r--r--clang/lib/Frontend/CompilerInstance.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInstance.cpp b/clang/lib/Frontend/CompilerInstance.cpp
index b74c288cdaa..1fa1f4a1067 100644
--- a/clang/lib/Frontend/CompilerInstance.cpp
+++ b/clang/lib/Frontend/CompilerInstance.cpp
@@ -1180,7 +1180,8 @@ CompilerInstance::loadModule(SourceLocation ImportLoc,
return ModuleLoadResult();
}
- std::string ModuleFileName = PP->getHeaderSearchInfo().getModuleFileName(Module);
+ std::string ModuleFileName =
+ PP->getHeaderSearchInfo().getModuleFileName(Module);
// If we don't already have an ASTReader, create one now.
if (!ModuleManager)
OpenPOWER on IntegriCloud