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/client/screenshot.hh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'game/client/screenshot.hh') diff --git a/game/client/screenshot.hh b/game/client/screenshot.hh index fecbd2f..b76507e 100644 --- a/game/client/screenshot.hh +++ b/game/client/screenshot.hh @@ -1,7 +1,7 @@ -#pragma once - -namespace screenshot -{ -void init(void); -void take(void); -} // namespace screenshot +#pragma once + +namespace screenshot +{ +void init(void); +void take(void); +} // namespace screenshot -- cgit