Skip to content

Commit 056dd74

Browse files
committed
clang-formatting src/Compiler/CompilerUtils.cpp
Signed-off-by: Paramvir Sran <[email protected]>
1 parent c7f84b1 commit 056dd74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Compiler/CompilerUtils.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ int Command::exec(std::string wdir) const {
152152
llvm::errs() << llvm::join(argsRef, " ") << "\n"
153153
<< "Error message: " << errMsg << "\n"
154154
<< "Program path: " << _path << "\n"
155-
<< "Command execution failed."
156-
<< "\n";
155+
<< "Command execution failed." << "\n";
157156
return rc;
158157
}
159158

0 commit comments

Comments
 (0)