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/client/voxel_atlas.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game/client/voxel_atlas.hh') diff --git a/game/client/voxel_atlas.hh b/game/client/voxel_atlas.hh index 9435173..67036ca 100644 --- a/game/client/voxel_atlas.hh +++ b/game/client/voxel_atlas.hh @@ -22,8 +22,8 @@ void generate_mipmaps(void); namespace voxel_atlas { -AtlasStrip *find_or_load(const std::vector &paths); -AtlasStrip *find(const std::vector &paths); +AtlasStrip* find_or_load(const std::vector& paths); +AtlasStrip* find(const std::vector& paths); } // namespace voxel_atlas #endif /* CLIENT_VOXEL_ATLAS_HH */ -- cgit