mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
CI: Update clang-format pre-commit hook to 19.1.0
This commit is contained in:
parent
f7c567e2f5
commit
c92a6c7e27
14 changed files with 17 additions and 17 deletions
|
|
@ -47,7 +47,7 @@ class JavaClass : public RefCounted {
|
|||
GDCLASS(JavaClass, RefCounted);
|
||||
|
||||
#ifdef ANDROID_ENABLED
|
||||
enum ArgumentType{
|
||||
enum ArgumentType {
|
||||
ARG_TYPE_VOID,
|
||||
ARG_TYPE_BOOLEAN,
|
||||
ARG_TYPE_BYTE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue