From 651621b1c56553f4b57dd33cbe39289733ce9fbf Mon Sep 17 00:00:00 2001 From: numzero Date: Mon, 20 Jul 2026 16:08:41 +0300 Subject: [PATCH] clang-format --- ui/src/api.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/api.hxx b/ui/src/api.hxx index a0f62ea..3c6a4f3 100644 --- a/ui/src/api.hxx +++ b/ui/src/api.hxx @@ -19,7 +19,7 @@ struct ByteArray { std::size_t length; }; -enum class Mode: std::uint32_t { +enum class Mode : std::uint32_t { Solid, Shell, Mesh, @@ -47,8 +47,8 @@ struct RedrawArgs { } // namespace ffi using ffi::Mode; -using ffi::ShapeArgs; using ffi::RedrawArgs; +using ffi::ShapeArgs; /// Cast an integer to @c Mode, returning a fallback if the input is out of range. inline static Mode modeFromInt(std::uint32_t mode) {