From 008b125aec03a45934765985f1d3bc5afb993126 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 16 Apr 2001 23:14:18 +0000 Subject: [PATCH] fixed ws in endif clause --- src/ca/syncGroupReadNotify.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/syncGroupReadNotify.cpp b/src/ca/syncGroupReadNotify.cpp index 8a02452ef..9a404cb60 100644 --- a/src/ca/syncGroupReadNotify.cpp +++ b/src/ca/syncGroupReadNotify.cpp @@ -103,11 +103,11 @@ void * syncGroupReadNotify::operator new ( size_t size, return freeList.allocate ( size ); } -# if ! defined ( NO_PLACEMENT_DELETE ) +#if ! defined ( NO_PLACEMENT_DELETE ) void syncGroupReadNotify::operator delete ( void *pCadaver, size_t size, tsFreeList < class syncGroupWriteNotify, 128 > &freeList ) { freeList.release ( pCadaver, size ); } -# endif +#endif