Fix space at end of file.

This commit is contained in:
Christoffer Lerno
2020-05-03 02:08:33 +02:00
parent 373001fd12
commit d8423eff56

View File

@@ -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__; })