Skip to content

Commit 66621a9

Browse files
committed
Fix spacing
1 parent 2cd8ad0 commit 66621a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/cmake_generator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -636,9 +636,9 @@ void generate_cmake(const char *path, const parser::Project *parent_project) {
636636
ofs << "]\n";
637637
ofs << " }";
638638
}
639-
if (i + 1 < packages.size()) {
640-
ofs << ',';
641-
}
639+
if (i + 1 < packages.size()) {
640+
ofs << ',';
641+
}
642642
ofs << '\n';
643643
}
644644

0 commit comments

Comments
 (0)