]> granicus.if.org Git - clang/commitdiff
Reformat.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 08:43:40 +0000 (08:43 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 13 Apr 2015 08:43:40 +0000 (08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234731 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/FrontendActions.cpp

index aa6e1732baea7b359af06fedd1cd0591fbd84588..5f91ed0a974e533dbe271cfcde4e813ddebc20e5 100644 (file)
@@ -605,9 +605,9 @@ void GeneratePTHAction::ExecuteAction() {
     // FIXME: Verify that we can actually seek in the given file.
     llvm::report_fatal_error("PTH requires a seekable file for output!");
   }
-  llvm::raw_fd_ostream *OS =
-    CI.createDefaultOutputFile(true, getCurrentFile());
-  if (!OS) return;
+  llvm::raw_fd_ostream *OS = CI.createDefaultOutputFile(true, getCurrentFile());
+  if (!OS)
+    return;
 
   CacheTokens(CI.getPreprocessor(), OS);
 }