Skip to content

Commit 14d6e13

Browse files
committed
Fix code format
1 parent 527d39f commit 14d6e13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/tools/clang-repl/ClangRepl.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ static llvm::Error sanitizeOopArguments(const char *ArgV0) {
111111
llvm::inconvertibleErrorCode());
112112
}
113113

114-
115114
// Out-of-process executors require the ORC runtime.
116115
if (OrcRuntimePath.empty() && (OOPExecutor.getNumOccurrences() ||
117116
OOPExecutorConnect.getNumOccurrences())) {
@@ -130,7 +129,7 @@ static llvm::Error sanitizeOopArguments(const char *ArgV0) {
130129
return llvm::make_error<llvm::StringError>(
131130
"Out-of-process execution is not supported on non-unix platforms",
132131
llvm::inconvertibleErrorCode());
133-
}
132+
}
134133

135134
// If -oop-executor was used but no value was specified then use a sensible
136135
// default.

0 commit comments

Comments
 (0)