tree: clean up whitespace and includes

This commit is contained in:
Jeremy Baxter 2024-03-11 12:28:50 +13:00
parent 21feabdded
commit bbf9b88c66
8 changed files with 9 additions and 21 deletions

2
util.h
View file

@ -4,10 +4,10 @@
*/
#ifndef _UTIL_H_
#define _UTIL_H_
#include <stddef.h>
#include <lua.h>
int lfail(lua_State *);