Skip to content

Commit 9250d0f

Browse files
committed
Formatting
1 parent f06dcc8 commit 9250d0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CppInterOp/Compatibility.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ createClangInterpreter(std::vector<const char*>& args, int stdin_fd = 0,
291291
setvbuf(stdout, nullptr, _IONBF, 0);
292292
setvbuf(stderr, nullptr, _IONBF, 0);
293293
};
294+
294295
#ifdef __APPLE__
295296
std::string OrcRuntimePath =
296297
std::string(LLVM_BUILD_DIR) + "/lib/clang/" +

0 commit comments

Comments
 (0)