mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Run clang-format on everything (#1332)
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
|
||||
extern "C" {
|
||||
|
||||
void warn(char const *fmt ...) format_(printf, 1, 2);
|
||||
void warn(char const *fmt...) format_(printf, 1, 2);
|
||||
void warnx(char const *fmt, ...) format_(printf, 1, 2);
|
||||
|
||||
[[noreturn]] void err(char const *fmt, ...) format_(printf, 1, 2);
|
||||
[[noreturn]] void errx(char const *fmt, ...) format_(printf, 1, 2);
|
||||
|
||||
}
|
||||
|
||||
#endif // RGBDS_ERROR_H
|
||||
|
||||
Reference in New Issue
Block a user