[cleanup] Fix an 80-column violation

llvm-svn: 207446
This commit is contained in:
Justin Bogner 2014-04-28 20:58:58 +00:00
parent bc91d7e25a
commit f24d9c9158
1 changed files with 2 additions and 1 deletions

View File

@ -1180,7 +1180,8 @@ CompilerInstance::loadModule(SourceLocation ImportLoc,
return ModuleLoadResult(); 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 we don't already have an ASTReader, create one now.
if (!ModuleManager) if (!ModuleManager)