From 58c9c8f51dcec555250195d127a49572c1b9fd9a Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 14 May 2026 23:19:41 +0530 Subject: add .clang-format, and apply formatting --- src/ui/menu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ui/menu.h') diff --git a/src/ui/menu.h b/src/ui/menu.h index c51cd24..3f37057 100644 --- a/src/ui/menu.h +++ b/src/ui/menu.h @@ -1,7 +1,6 @@ #pragma once -struct Menu -{ +struct Menu { const char **items; int size; }; -- cgit v1.2.3