From efa753a49b3b7fed699cc808c35cca58610fca00 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 17 Feb 2025 16:44:50 -0700 Subject: [PATCH] Fix clang-format --- LEGO1/lego/legoomni/src/race/legoracemap.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/race/legoracemap.cpp b/LEGO1/lego/legoomni/src/race/legoracemap.cpp index 0606b312..bd0a04bd 100644 --- a/LEGO1/lego/legoomni/src/race/legoracemap.cpp +++ b/LEGO1/lego/legoomni/src/race/legoracemap.cpp @@ -127,8 +127,7 @@ MxLong LegoRaceMap::Notify(MxParam& p_param) MxNotificationParam& param = (MxNotificationParam&) p_param; if (param.GetNotification() == c_notificationControl && - m_Map_Ctl->GetAction()->GetObjectId() == - ((LegoControlManagerNotificationParam&) p_param).m_clickedObjectId) { + m_Map_Ctl->GetAction()->GetObjectId() == ((LegoControlManagerNotificationParam&) p_param).m_clickedObjectId) { if (((LegoControlManagerNotificationParam&) p_param).m_unk0x28 == 1) { m_unk0x08 = TRUE;