summaryrefslogtreecommitdiff
path: root/ACE/ace/Hash_Map_With_Allocator_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-13 18:24:51 +0000
commit93bd37499c0f1ea062d123a8425c7157503510e2 (patch)
tree29cdfc1a8d692b206a02154d887747a5249dfd30 /ACE/ace/Hash_Map_With_Allocator_T.h
parented8291d8da71da82a9d8f1e05a516d844bcb103b (diff)
downloadATCD-93bd37499c0f1ea062d123a8425c7157503510e2.tar.gz
Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
*: Zapped trailing whitespaces using find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
Diffstat (limited to 'ACE/ace/Hash_Map_With_Allocator_T.h')
-rw-r--r--ACE/ace/Hash_Map_With_Allocator_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Hash_Map_With_Allocator_T.h b/ACE/ace/Hash_Map_With_Allocator_T.h
index 1c2413ba3f2..c9559e5c9b5 100644
--- a/ACE/ace/Hash_Map_With_Allocator_T.h
+++ b/ACE/ace/Hash_Map_With_Allocator_T.h
@@ -42,7 +42,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
* is meaningful! That is why we need this wrapper, which
* insures that appropriate allocator pointer is in place for
* each call.
- *
+ *
* At some point it would be a good idea to update this class to
* use the new "two allocator" technique provided by @c
* ACE_Hash_Map_Manager_Ex.