mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +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 <cstdlib>
|
||||
|
||||
[[ noreturn ]] void SErrDisplayAppFatal(const char* format, ...) {
|
||||
[[noreturn]] void SErrDisplayAppFatal(const char* format, ...) {
|
||||
va_list args;
|
||||
va_start(args, format);
|
||||
vprintf(format, args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue