From c3c5e8fcac364b4242cd3bdde8c133b91da2df6a Mon Sep 17 00:00:00 2001 From: Nathan Date: Wed, 25 Oct 2023 16:47:03 -0400 Subject: [PATCH] Fix CR at EOF --- LEGO1/legoentity.cpp | 1 - LEGO1/legoeventnotificationparam.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/legoentity.cpp b/LEGO1/legoentity.cpp index f5d06240..19820154 100644 --- a/LEGO1/legoentity.cpp +++ b/LEGO1/legoentity.cpp @@ -147,4 +147,3 @@ MxLong LegoEntity::Notify(MxParam& p) return 0; } - diff --git a/LEGO1/legoeventnotificationparam.h b/LEGO1/legoeventnotificationparam.h index 46b9bf43..f53fb822 100644 --- a/LEGO1/legoeventnotificationparam.h +++ b/LEGO1/legoeventnotificationparam.h @@ -19,4 +19,4 @@ class LegoEventNotificationParam : public MxNotificationParam { MxU8 m_key; // 0x18 }; -#endif // LEGOEVENTNOTIFICATIONPARAM_H \ No newline at end of file +#endif // LEGOEVENTNOTIFICATIONPARAM_H