Skip to content

Commit c1be953

Browse files
committed
empty spaces
1 parent ac402ff commit c1be953

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/testsarif.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,11 @@ int main() {
282282
"./cppcheck",
283283
"../bin/cppcheck",
284284
"../../bin/cppcheck",
285-
"./cmake.output/bin/cppcheck", // CMake build from project root
286-
"../cmake.output/bin/cppcheck", // CMake build from test directory
285+
"./cmake.output/bin/cppcheck",
286+
"../cmake.output/bin/cppcheck",
287287
"cppcheck" // fallback to PATH
288288
};
289-
289+
290290
std::string exe;
291291
for (const auto& possibleExe : possibleExes) {
292292
// Test if executable exists and is accessible
@@ -300,7 +300,7 @@ int main() {
300300
break;
301301
}
302302
}
303-
303+
304304
if (exe.empty()) {
305305
std::remove(filename.c_str());
306306
return "";

0 commit comments

Comments
 (0)