Skip to content

Commit b055d81

Browse files
authored
Fix clang format issue
1 parent c3ced4c commit b055d81

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/xinterpreter.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
3939
{
4040
ClangArgs.push_back("-resource-dir");
4141
ClangArgs.push_back(resource_dir.c_str());
42-
} else {
43-
std::cerr << "Failed to detect the resource-dir\n";
44-
}
42+
}
43+
else
44+
{
45+
std::cerr << "Failed to detect the resource-dir\n";
46+
}
4547
}
4648
std::vector<std::string> CxxSystemIncludes;
4749
Cpp::DetectSystemCompilerIncludePaths(CxxSystemIncludes);

0 commit comments

Comments
 (0)