From 3ccbc077461ddf3bacd878b702ae0ce6450ab63b Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 29 Jun 2000 14:36:14 +0000 Subject: [PATCH] added newline at EOF --- src/ca/netWriteNotifyIO_IL.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/netWriteNotifyIO_IL.h b/src/ca/netWriteNotifyIO_IL.h index cfd320a7a..08947b09f 100644 --- a/src/ca/netWriteNotifyIO_IL.h +++ b/src/ca/netWriteNotifyIO_IL.h @@ -26,4 +26,5 @@ inline void * netWriteNotifyIO::operator new (size_t size) inline void netWriteNotifyIO::operator delete (void *pCadaver, size_t size) { netWriteNotifyIO::freeList.release (pCadaver,size); -} \ No newline at end of file +} +