summaryrefslogtreecommitdiff
path: root/ace/Containers_T.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-31 16:59:02 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-31 16:59:02 +0000
commitbd4e4208eb754c0cbf210da2b0956c9c50aa2df2 (patch)
tree41b7dce1a57df6e2efaa01bc0a64da02f14c06ca /ace/Containers_T.cpp
parenta19764117c0ff42ba91324ad020818c94d2f7c23 (diff)
downloadATCD-bd4e4208eb754c0cbf210da2b0956c9c50aa2df2.tar.gz
(ACE_Fixed_Set::insert): removed blank line between function header and body.
Diffstat (limited to 'ace/Containers_T.cpp')
-rw-r--r--ace/Containers_T.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/Containers_T.cpp b/ace/Containers_T.cpp
index 0cfb20d5530..0b801da9429 100644
--- a/ace/Containers_T.cpp
+++ b/ace/Containers_T.cpp
@@ -1036,7 +1036,6 @@ ACE_Fixed_Set<T, ACE_SIZE>::find (const T &item) const
template <class T, size_t ACE_SIZE> int
ACE_Fixed_Set<T, ACE_SIZE>::insert (const T &item)
-
{
ACE_TRACE ("ACE_Fixed_Set<T, ACE_SIZE>::insert");
int first_free = -1; // Keep track of first free slot.