From bcdeeed20699176c0ef0850a192f7cbaae6a75de Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Tue, 7 Mar 2023 14:43:18 +0100 Subject: [PATCH] fix missing newline at end of file --- modules/libcom/src/freeList/freeList.h | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/libcom/src/freeList/freeList.h b/modules/libcom/src/freeList/freeList.h index a06d8c4db..c8b4680b9 100644 --- a/modules/libcom/src/freeList/freeList.h +++ b/modules/libcom/src/freeList/freeList.h @@ -43,4 +43,3 @@ LIBCOM_API size_t epicsStdCall freeListItemsAvail(void *pvt); #endif #endif /*INCfreeListh*/ - \ No newline at end of file