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/interpolation.hh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'game/client/entity/interpolation.hh') diff --git a/game/client/entity/interpolation.hh b/game/client/entity/interpolation.hh index 6935fe8..a7c4dac 100644 --- a/game/client/entity/interpolation.hh +++ b/game/client/entity/interpolation.hh @@ -1,6 +1,6 @@ -#pragma once - -namespace entity::interpolation -{ -void update(void); -} // namespace entity::interpolation +#pragma once + +namespace entity::interpolation +{ +void update(void); +} // namespace entity::interpolation -- cgit