clang-format

This commit is contained in:
numzero 2026-07-20 16:08:41 +03:00
parent d0155e00f7
commit 651621b1c5

View File

@ -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) {