From d0fbd68055e3f4a796330cc8acc6c0954b5327ff Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:48:53 +0500 Subject: Run clang-format across the project --- game/server/status.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'game/server/status.hh') diff --git a/game/server/status.hh b/game/server/status.hh index 35370a0..d298827 100644 --- a/game/server/status.hh +++ b/game/server/status.hh @@ -1,6 +1,6 @@ -#pragma once - -namespace status -{ -void init(void); -} // namespace status +#pragma once + +namespace status +{ +void init(void); +} // namespace status -- cgit