| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Same reason as 712b2e6a09d9
|
| |
|
|
|
|
|
| |
When you have 3 almost identical functions, you tend to edit one and
then copypaste. Forgot to remove this line from the other two.
|
|
|
|
|
| |
This avoids dynamically growing the buffer as Lua does when luaL_addchar
is used, thus saving on realloc calls.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
astyle \
--indent=tab \
--attach-classes \
--indent-switches \
--break-blocks \
--pad-oper \
--unpad-paren \
--add-braces \
--align-pointer=name \
--lineend=linux \
*.c
|
|
|