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/entity/player_look.hh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'game/client/entity/player_look.hh') diff --git a/game/client/entity/player_look.hh b/game/client/entity/player_look.hh index 0ae18db..b347031 100644 --- a/game/client/entity/player_look.hh +++ b/game/client/entity/player_look.hh @@ -1,7 +1,7 @@ -#pragma once - -namespace entity::player_look -{ -void init(void); -void update_late(void); -} // namespace entity::player_look +#pragma once + +namespace entity::player_look +{ +void init(void); +void update_late(void); +} // namespace entity::player_look -- cgit