From 2cb289f19916fe909137f426721e7e077230189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=A4=A9=E6=B5=A9?= Date: Tue, 21 Apr 2026 02:52:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9clang-format=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clang-format => .clang-format | 0 fsm.h | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename clang-format => .clang-format (100%) diff --git a/clang-format b/.clang-format similarity index 100% rename from clang-format rename to .clang-format diff --git a/fsm.h b/fsm.h index e3bcd48..4e6941e 100644 --- a/fsm.h +++ b/fsm.h @@ -4,4 +4,7 @@ #ifndef QF_FSM_FSM_H #define QF_FSM_FSM_H -#endif //QF_FSM_FSM_H +struct qf_fsm +{ +}; +#endif // QF_FSM_FSM_H