From 398966630f99329021d4335d819326e27a9d49df Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 18 Aug 2018 17:18:47 +0800 Subject: *update --- src/lua/time/luaopen_time.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lua/time/luaopen_time.cpp') diff --git a/src/lua/time/luaopen_time.cpp b/src/lua/time/luaopen_time.cpp index 4ef5372..d77b713 100644 --- a/src/lua/time/luaopen_time.cpp +++ b/src/lua/time/luaopen_time.cpp @@ -23,9 +23,9 @@ namespace lua } static const luaL_Reg f[] = { - {"second", l_sec}, - {"sleep", l_sleep}, - {0, 0}, + { "second", l_sec }, + { "sleep", l_sleep }, + { 0, 0 }, }; int luaopen_time(lua_State* L) @@ -34,5 +34,5 @@ namespace lua return 1; } -} -} \ No newline at end of file +} // lua +} // jin \ No newline at end of file -- cgit v1.1-26-g67d0