From: Loic Blot Date: Sat, 8 Apr 2017 06:45:58 +0000 (+0200) Subject: code style fix on src/script/cpp_api/s_client.h X-Git-Tag: 0.4.16~271 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=01f9d05f2358f0771bd77fde6ca67192ebd6ceac;p=oweals%2Fminetest.git code style fix on src/script/cpp_api/s_client.h --- diff --git a/src/script/cpp_api/s_client.h b/src/script/cpp_api/s_client.h index 50e5e0d8a..94a597b2c 100644 --- a/src/script/cpp_api/s_client.h +++ b/src/script/cpp_api/s_client.h @@ -36,7 +36,7 @@ class ScriptApiClient : virtual public ScriptApiBase public: // Calls on_shutdown handlers void on_shutdown(); - + void on_connect(); // Chat message handlers