From 9e170d620a108474f52259fe9b667ad899e6523b Mon Sep 17 00:00:00 2001 From: CppCXY <812125110@qq.com> Date: Thu, 28 Oct 2021 20:08:02 +0800 Subject: =?UTF-8?q?=E7=A9=BA=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make/code_style.lua | 2 +- make/modules.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'make') diff --git a/make/code_style.lua b/make/code_style.lua index 44bd14c9..a97bc930 100644 --- a/make/code_style.lua +++ b/make/code_style.lua @@ -33,4 +33,4 @@ lm:static_library 'codeFormatLib' { defines = { 'MAXRECLEVEL=1000', }, -} \ No newline at end of file +} diff --git a/make/modules.cpp b/make/modules.cpp index 46e99032..b10ae798 100644 --- a/make/modules.cpp +++ b/make/modules.cpp @@ -4,4 +4,4 @@ extern "C" int luaopen_lpeglabel (lua_State *L); static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel); extern "C" int luaopen_code_format(lua_State *L); -static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format", luaopen_code_format); \ No newline at end of file +static ::bee::lua::callfunc _init_code_format(::bee::lua::register_module, "code_format", luaopen_code_format); -- cgit v1.2.3