mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
clang-tidy: fix readability-braces-around-statements lints
This commit is contained in:
@@ -1680,8 +1680,9 @@ void cmGlobalXCodeGenerator::ForceLinkerLanguage(cmGeneratorTarget* gtgt)
|
||||
if (const char* productType = GetTargetProductType(gtgt)) {
|
||||
if (strcmp(productType,
|
||||
"com.apple.product-type.app-extension.messages-sticker-pack") ==
|
||||
0)
|
||||
0) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Add an empty source file to the target that compiles with the
|
||||
|
||||
Reference in New Issue
Block a user