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 +}