Skip to content

Commit 4bf44b3

Browse files
author
kr-2003
committed
clang-format
1 parent 798a020 commit 4bf44b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/CppInterOp/Compatibility.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,9 @@ inline void codeComplete(std::vector<std::string>& Results,
442442
#if defined(LLVM_BUILT_WITH_OOP_JIT) && !defined(_WIN32)
443443
inline pid_t getExecutorPID() { return /*llvm*/ getLastLaunchedExecutorPID(); }
444444

445-
inline pid_t getNthExecutorPID() { return /*llvm*/ getNthLaunchedExecutorPID(); }
445+
inline pid_t getNthExecutorPID() {
446+
return /*llvm*/ getNthLaunchedExecutorPID();
447+
}
446448
#endif
447449

448450
} // namespace compat

lib/CppInterOp/CppInterOpInterpreter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
#endif
4545
#include <algorithm>
4646
#include <cstdio>
47+
#include <stdio.h>
4748
#include <utility>
4849
#include <vector>
49-
#include <stdio.h>
5050

5151
namespace clang {
5252
class CompilerInstance;

0 commit comments

Comments
 (0)