CI: Update clang-format pre-commit hook to 19.1.0

This commit is contained in:
Rémi Verschelde 2024-09-26 11:26:17 +02:00
parent f7c567e2f5
commit c92a6c7e27
No known key found for this signature in database
GPG key ID: C3336907360768E1
14 changed files with 17 additions and 17 deletions

View file

@ -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,