mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
clang-tidy: remove else after break and continue
This commit is contained in:
@@ -32,9 +32,8 @@ bool cmSetTestsPropertiesCommand::InitialPass(
|
||||
}
|
||||
propertyPairs.insert(propertyPairs.end(), j, args.end());
|
||||
break;
|
||||
} else {
|
||||
numFiles++;
|
||||
}
|
||||
numFiles++;
|
||||
}
|
||||
if (propertyPairs.empty()) {
|
||||
this->SetError("called with illegal arguments, maybe "
|
||||
|
||||
Reference in New Issue
Block a user