1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

doc: Sync classref with current source

Also apply clang-format.
This commit is contained in:
Rémi Verschelde
2019-12-13 10:37:59 +01:00
parent d31ff039ed
commit 9f68626fb2
4 changed files with 17 additions and 14 deletions

View File

@@ -81,7 +81,8 @@ struct ScopedLocalRef {
ScopedLocalRef &operator=(const ScopedLocalRef &) = delete;
ScopedLocalRef(JNIEnv *p_env, T p_local_ref) :
env(p_env), local_ref(p_local_ref) {
env(p_env),
local_ref(p_local_ref) {
}
~ScopedLocalRef() {