summaryrefslogtreecommitdiff
path: root/ACE/tests/Proactor_Test.cpp
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 14:31:18 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:09 +0200
commit430d023f1d97173cfd104498f92dc4ccaa1c4135 (patch)
treec12843e878f9a62dacfd2dc81e0c6eb7f3dcc7cf /ACE/tests/Proactor_Test.cpp
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'ACE/tests/Proactor_Test.cpp')
-rw-r--r--ACE/tests/Proactor_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Proactor_Test.cpp b/ACE/tests/Proactor_Test.cpp
index dd7ca693aea..d766c7db58c 100644
--- a/ACE/tests/Proactor_Test.cpp
+++ b/ACE/tests/Proactor_Test.cpp
@@ -103,7 +103,6 @@ static char complete_message[] =
class LogLocker
{
public:
-
LogLocker () { ACE_LOG_MSG->acquire (); }
virtual ~LogLocker () { ACE_LOG_MSG->release (); }
};