Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
This commit is contained in:
@ -424,7 +424,8 @@ class EditorExportPlatformAndroid : public EditorExportPlatform {
|
||||
}
|
||||
|
||||
d.name = vendor + " " + device;
|
||||
if (device == String()) continue;
|
||||
if (device == String())
|
||||
continue;
|
||||
}
|
||||
|
||||
ndevices.push_back(d);
|
||||
|
||||
Reference in New Issue
Block a user