mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
chore(format): remove spacing around noreturn
This commit is contained in:
parent
3e24b01fe1
commit
d6c0d8a739
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
[[ noreturn ]] void SErrDisplayAppFatal(const char* format, ...) {
|
[[noreturn]] void SErrDisplayAppFatal(const char* format, ...) {
|
||||||
va_list args;
|
va_list args;
|
||||||
va_start(args, format);
|
va_start(args, format);
|
||||||
vprintf(format, args);
|
vprintf(format, args);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue