From 88c01588aa0830e219eaa62588839e4d1e2883ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 25 Jun 2025 00:44:36 +0500 Subject: Clang-format the entire source code --- game/server/unloader.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/server/unloader.hh') diff --git a/game/server/unloader.hh b/game/server/unloader.hh index d7a95da..414cdc4 100644 --- a/game/server/unloader.hh +++ b/game/server/unloader.hh @@ -8,7 +8,7 @@ namespace unloader { void init(void); void init_late(void); -void fixed_update_late(Dimension *dimension); +void fixed_update_late(Dimension* dimension); } // namespace unloader #endif /* SERVER_UNLOADER_HH */ -- cgit