mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
Style: Apply new clang-format changes
This commit is contained in:
parent
72c183ce8b
commit
b37fc1014a
51 changed files with 150 additions and 148 deletions
|
|
@ -50,7 +50,7 @@ public final class SignalInfo {
|
|||
}
|
||||
|
||||
this.name = signalName;
|
||||
this.paramTypes = paramTypes == null ? new Class<?>[ 0 ] : paramTypes;
|
||||
this.paramTypes = paramTypes == null ? new Class<?>[0] : paramTypes;
|
||||
this.paramTypesNames = new String[this.paramTypes.length];
|
||||
for (int i = 0; i < this.paramTypes.length; i++) {
|
||||
this.paramTypesNames[i] = this.paramTypes[i].getName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue