Skip to content

Commit

Permalink
Fix missing newlines on logger files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCycoONE committed Nov 10, 2024
1 parent 365cfb9 commit 0e45fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CorsixTH/Src/lua_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ constexpr std::array<luaL_Reg, 6> loggerlib{{{"trace", l_trace},
int luaopen_logger(lua_State* L) {
luaT_register(L, "logger", loggerlib);
return 1;
}
}
2 changes: 1 addition & 1 deletion CorsixTH/Src/lua_logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

int luaopen_logger(lua_State *L);

#endif
#endif

0 comments on commit 0e45fbc

Please sign in to comment.