Skip to content

Commit dc852b9

Browse files
committed
Run clang-format
1 parent 66621a9 commit dc852b9

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
@@ -616,9 +616,9 @@ void generate_cmake(const char *path, const parser::Project *parent_project) {
616616
throw std::runtime_error("Invalid vcpkg package name '" + package.name + "'");
617617
}
618618
for (const auto &feature : features) {
619-
if (!vcpkg_valid_identifier(feature)) {
620-
throw std::runtime_error("Invalid vcpkg package feature '" + feature + "'");
621-
}
619+
if (!vcpkg_valid_identifier(feature)) {
620+
throw std::runtime_error("Invalid vcpkg package feature '" + feature + "'");
621+
}
622622
}
623623
if (features.empty()) {
624624
ofs << " \"" << package.name << '\"';

0 commit comments

Comments
 (0)