added newline at EOF
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user