From 7b171ea2be0e476d7cdc9300b53ba86a9f694161 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Thu, 2 Jul 2015 23:14:30 -0400 Subject: Fix code style from recent commits and add misc. optimizations --- src/script/cpp_api/s_base.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script/cpp_api/s_base.h') diff --git a/src/script/cpp_api/s_base.h b/src/script/cpp_api/s_base.h index ee2835da2..13076d3d1 100644 --- a/src/script/cpp_api/s_base.h +++ b/src/script/cpp_api/s_base.h @@ -51,7 +51,8 @@ public: ScriptApiBase(); virtual ~ScriptApiBase(); - bool loadMod(const std::string &script_path, const std::string &mod_name, std::string *error=NULL); + bool loadMod(const std::string &script_path, const std::string &mod_name, + std::string *error=NULL); bool loadScript(const std::string &script_path, std::string *error=NULL); /* object */ -- cgit v1.2.3