summaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_client.h
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-03-31 22:29:34 +0200
committerLoic Blot <loic.blot@unix-experience.fr>2017-03-31 22:29:34 +0200
commita4874270f791fae8745cac23e153c59bef81bd1e (patch)
tree57c23095f61550700b6f7d863a5cbd196bd7237e /src/script/lua_api/l_client.h
parent529ba8002d686cdf004405e033fe7e95ea6cbacd (diff)
downloadminetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.gz
minetest-a4874270f791fae8745cac23e153c59bef81bd1e.tar.bz2
minetest-a4874270f791fae8745cac23e153c59bef81bd1e.zip
Fix clang-format Columns Width
Also fix l_client.cpp/h and remove them from whitelist
Diffstat (limited to 'src/script/lua_api/l_client.h')
-rw-r--r--src/script/lua_api/l_client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/lua_api/l_client.h b/src/script/lua_api/l_client.h
index fcf8c39ea..b79cc670d 100644
--- a/src/script/lua_api/l_client.h
+++ b/src/script/lua_api/l_client.h
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "lua_api/l_base.h"
-class ModApiClient: public ModApiBase
+class ModApiClient : public ModApiBase
{
private:
// get_current_modname()
@@ -31,7 +31,7 @@ private:
// display_chat_message(message)
static int l_display_chat_message(lua_State *L);
-
+
// get_player_names()
static int l_get_player_names(lua_State *L);