mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
sys: Reformat all
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
auto ret = (x); \
|
||||
if (!ret) { \
|
||||
hex::log::error("Test assert '" #x "' failed {} at {}:{}", \
|
||||
hex::format("" __VA_ARGS__), \
|
||||
__FILE__, \
|
||||
__LINE__); \
|
||||
hex::format("" __VA_ARGS__), \
|
||||
__FILE__, \
|
||||
__LINE__); \
|
||||
return EXIT_FAILURE; \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user