Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed Jun 15, 2018
1 parent 761ac1c commit 863fa87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tool/luacheck/main.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@

#include "dmlua.h"

TOLUA_API int tolua_interface_open(lua_State* tolua_S)
{
TOLUA_API int tolua_interface_open(lua_State* tolua_S) {
return 0;
}

int main(int argc, char** argv){
int main(int argc, char** argv) {

CDMLuaEngine oDMLuaEngine;

if (!oDMLuaEngine.ReloadScript()) {
return -1;
}

return 0;
}

0 comments on commit 863fa87

Please sign in to comment.