added newline at EOF

This commit is contained in:
Jeff Hill
2000-06-29 14:36:14 +00:00
parent 6599c80c18
commit 3ccbc07746

View File

@@ -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);
}
}