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 --- core/image.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/image.hh') diff --git a/core/image.hh b/core/image.hh index 0b13ba0..92d99be 100644 --- a/core/image.hh +++ b/core/image.hh @@ -6,7 +6,7 @@ constexpr static unsigned int IMAGE_LOAD_GRAY = 0x0001U; constexpr static unsigned int IMAGE_LOAD_FLIP = 0x0002U; struct Image final { - stbi_uc *pixels; + stbi_uc* pixels; glm::ivec2 size; }; -- cgit