From 8328d9a8e9cf92723967b76f3ca29b789bb21acb Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 7 Sep 2000 01:32:41 +0000 Subject: [PATCH] added newline at EOF --- src/ca/netWriteNotifyIO.cpp | 2 +- src/ca/oldChannel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/netWriteNotifyIO.cpp b/src/ca/netWriteNotifyIO.cpp index d12bb1fd7..cc87bf83c 100644 --- a/src/ca/netWriteNotifyIO.cpp +++ b/src/ca/netWriteNotifyIO.cpp @@ -64,4 +64,4 @@ void netWriteNotifyIO::show ( unsigned level ) const if ( level > 0u ) { this->baseNMIU::show ( level - 1u ); } -} \ No newline at end of file +} diff --git a/src/ca/oldChannel.cpp b/src/ca/oldChannel.cpp index 07eabca47..003ae65c9 100644 --- a/src/ca/oldChannel.cpp +++ b/src/ca/oldChannel.cpp @@ -193,4 +193,4 @@ void * oldChannel::operator new ( size_t size ) void oldChannel::operator delete ( void *pCadaver, size_t size ) { oldChannel::freeList.release ( pCadaver, size ); -} \ No newline at end of file +}