mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-11 02:51:51 +00:00
Fix a few code style errors
This commit is contained in:
@@ -44,7 +44,7 @@ noreturn_ void fatal(char const *fmt, ...);
|
||||
* @param mode The mode to open the file with
|
||||
* @return A pointer to a valid FILE structure, or NULL if fileName was NULL
|
||||
*/
|
||||
FILE * openFile(char const *fileName, char const *mode);
|
||||
FILE *openFile(char const *fileName, char const *mode);
|
||||
|
||||
#define closeFile(file) do { \
|
||||
FILE *tmp = file; \
|
||||
|
||||
Reference in New Issue
Block a user