mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
Run clang-format on most sources
This commit is contained in:
parent
614229e3f4
commit
369f9740de
228 changed files with 4844 additions and 4637 deletions
|
@ -7,15 +7,15 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
#define AssertLuaStackIsAt(L, level) \
|
||||
do { \
|
||||
if (lua_gettop(L) > level) { \
|
||||
char *s = LuaFormatStack(L); \
|
||||
WARNF("lua stack should be at %d;" \
|
||||
" extra values ignored:\n%s", \
|
||||
level, s); \
|
||||
free(s); \
|
||||
} \
|
||||
#define AssertLuaStackIsAt(L, level) \
|
||||
do { \
|
||||
if (lua_gettop(L) > level) { \
|
||||
char *s = LuaFormatStack(L); \
|
||||
WARNF("lua stack should be at %d;" \
|
||||
" extra values ignored:\n%s", \
|
||||
level, s); \
|
||||
free(s); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue