From f9a5601556f4ed730c65650810f67c3b5d4044be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 23 Jan 2021 21:47:52 +0100 Subject: [PATCH] Fix formatting issue --- src/KingSystem/ActorSystem/actAiParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KingSystem/ActorSystem/actAiParam.h b/src/KingSystem/ActorSystem/actAiParam.h index bd2bc3eb..9e537c33 100644 --- a/src/KingSystem/ActorSystem/actAiParam.h +++ b/src/KingSystem/ActorSystem/actAiParam.h @@ -19,7 +19,7 @@ class Rail; namespace act { class Actor; class BaseProc; -} +} // namespace act namespace act::ai {