diff options
author | CppCXY <812125110@qq.com> | 2021-10-28 20:08:02 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2021-10-28 20:08:02 +0800 |
commit | 9e170d620a108474f52259fe9b667ad899e6523b (patch) | |
tree | b28ae302c46445ed2558490f30328cb74350b895 /make | |
parent | 47ec2b92bba5eafe248bf65956d0651d7030b302 (diff) | |
download | lua-language-server-9e170d620a108474f52259fe9b667ad899e6523b.zip |
空行
Diffstat (limited to 'make')
-rw-r--r-- | make/code_style.lua | 2 | ||||
-rw-r--r-- | make/modules.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
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); |