mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fix space at end of file.
This commit is contained in:
@@ -309,4 +309,5 @@ char *strformat(const char *var, ...) __printflike(1, 2);
|
||||
#define MAX(_a, _b) ({ \
|
||||
typeof(_a) __a__ = (_a); \
|
||||
typeof(_b) __b__ = (_b); \
|
||||
__a__ > __b__ ? __a__ : __b__; })
|
||||
__a__ > __b__ ? __a__ : __b__; })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user