Run clang-format

main
Duncan Ogilvie 3 years ago
parent 66621a9818
commit dc852b9a2f

@ -616,9 +616,9 @@ void generate_cmake(const char *path, const parser::Project *parent_project) {
throw std::runtime_error("Invalid vcpkg package name '" + package.name + "'"); throw std::runtime_error("Invalid vcpkg package name '" + package.name + "'");
} }
for (const auto &feature : features) { for (const auto &feature : features) {
if (!vcpkg_valid_identifier(feature)) { if (!vcpkg_valid_identifier(feature)) {
throw std::runtime_error("Invalid vcpkg package feature '" + feature + "'"); throw std::runtime_error("Invalid vcpkg package feature '" + feature + "'");
} }
} }
if (features.empty()) { if (features.empty()) {
ofs << " \"" << package.name << '\"'; ofs << " \"" << package.name << '\"';

Loading…
Cancel
Save