diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-09-21 23:55:05 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 23:08:11 +1000 |
commit | fab017c91abaae26c45b6a3c84f3a50f944924f4 (patch) | |
tree | 46949fbe1b4cb484a586737eace6fd3e83e6bcdb /test/src | |
parent | 38ee8bfcf724de3294146d04c6c83f2c06bc198b (diff) | |
download | redot-cpp-fab017c91abaae26c45b6a3c84f3a50f944924f4.tar.gz |
Fix some clang format things
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/example.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/src/example.cpp b/test/src/example.cpp index 313398d..43ad8b3 100644 --- a/test/src/example.cpp +++ b/test/src/example.cpp @@ -53,8 +53,8 @@ void Example::_bind_methods() { } // Properties. - ADD_GROUP("Test group","group_"); - ADD_SUBGROUP("Test subgroup","group_subgroup_"); + ADD_GROUP("Test group", "group_"); + ADD_SUBGROUP("Test subgroup", "group_subgroup_"); ClassDB::bind_method(D_METHOD("get_custom_position"), &Example::get_custom_position); ClassDB::bind_method(D_METHOD("set_custom_position", "position"), &Example::set_custom_position); |