summaryrefslogtreecommitdiff
path: root/ACE/ace
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-17 17:58:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-17 17:58:53 +0000
commitc3b01e3b5fb87ca68c9caf11a28f3c03a0cf17cf (patch)
treec9336ac6208d9c2be350ddd67f09a0dbe71d9384 /ACE/ace
parentf6666c89e56707c6c1ea2d8de211d4da4f930e0d (diff)
downloadATCD-c3b01e3b5fb87ca68c9caf11a28f3c03a0cf17cf.tar.gz
Removed trailing spaces
Diffstat (limited to 'ACE/ace')
-rw-r--r--ACE/ace/Stream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Stream.cpp b/ACE/ace/Stream.cpp
index 870cb6653d4..971c3a44032 100644
--- a/ACE/ace/Stream.cpp
+++ b/ACE/ace/Stream.cpp
@@ -265,7 +265,7 @@ ACE_Stream<ACE_SYNCH_USE>::remove (const ACE_TCHAR *name,
{
// Close down the module.
mod->close (flags);
-
+
// Release the memory.
delete mod;
}