From b413b172e5b583f2026a83872f7a3ef1f9a1f843 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 1 Mar 2025 15:23:56 +0100 Subject: [PATCH] ipc2: minor beautification. --- aqhome/ipc2/endpoint.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/aqhome/ipc2/endpoint.h b/aqhome/ipc2/endpoint.h index 669a5aa..722ea50 100644 --- a/aqhome/ipc2/endpoint.h +++ b/aqhome/ipc2/endpoint.h @@ -68,7 +68,5 @@ AQHOME_API uint32_t AQH_Endpoint_GetLastMessageId(const AQH_OBJECT *o); AQHOME_API uint32_t AQH_Endpoint_GetNextMessageId(AQH_OBJECT *o); - - #endif