You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
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