Skip to content

Commit 33a2b2c

Browse files
committed
git-clang-format command run
git-clang-format command run. changed file lib/Interpreter/Compatibility.h
1 parent 3663a76 commit 33a2b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/Interpreter/Compatibility.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ createClangInterpreter(std::vector<const char*>& args) {
9696
};
9797
auto it = std::find_if(args.begin(), args.end(), has_arg);
9898
std::vector<const char*> gpu_args = {it, args.end()};
99-
#ifdef __APPLE__
100-
bool CudaEnabled = false;
101-
#else
102-
bool CudaEnabled = !gpu_args.empty();
103-
#endif
99+
#ifdef __APPLE__
100+
bool CudaEnabled = false;
101+
#else
102+
bool CudaEnabled = !gpu_args.empty();
103+
#endif
104104

105105
clang::IncrementalCompilerBuilder CB;
106106
CB.SetCompilerArgs({args.begin(), it});

0 commit comments

Comments
 (0)