[fix] fixing some formatting

This commit is contained in:
Al
2015-03-03 12:44:52 -05:00
parent 087328c321
commit 3ed5795cff
16 changed files with 16 additions and 23 deletions

View File

@@ -87,4 +87,4 @@ bool file_read_chars(FILE *file, char *buf, size_t len) {
bool file_write_chars(FILE *file, const char *buf, size_t len) {
return (fwrite(buf, sizeof(char), len, file) == len);
}
}