]> granicus.if.org Git - clang/commitdiff
[cleanup] Fix an 80-column violation
authorJustin Bogner <mail@justinbogner.com>
Mon, 28 Apr 2014 20:58:58 +0000 (20:58 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 28 Apr 2014 20:58:58 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207446 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/CompilerInstance.cpp

index b74c288cdaaf645e636de208dfa9f8726dec20fb..1fa1f4a106780b5f2d3537208fc055cfaa4d52ff 100644 (file)
@@ -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)