clang-tidy: remove else after break and continue

This commit is contained in:
Daniel Pfeifer
2017-04-21 10:06:12 +02:00
parent 1b0c7bca5e
commit b26577c92a
14 changed files with 80 additions and 85 deletions
+1 -2
View File
@@ -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 "