Skip to content

Commit 956d228

Browse files
committed
Add missing newlines at end of file
1 parent 69adad4 commit 956d228

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/lua_all.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#include "lauxlib.h"
77
#include "luaconf.h"
88

9-
#endif // lua_all_h
9+
#endif // lua_all_h

include/luajit_all.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
#include "luaconf.h"
88
#include "luajit.h"
99

10-
#endif // luajit_all_h
10+
#endif // luajit_all_h

include/luau_all.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
#include "luaconf.h"
77
#include "luacode.h"
88

9-
#endif // luau_all_h
9+
#endif // luau_all_h

0 commit comments

Comments
 (0)