From 7a60a2bf5fec478416c240738f6b2c54a60ad825 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/legoeventnotificationparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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