summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 11:57:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 11:57:23 +0100
commit05ec4d3db0f7b68581bccff74b59df95ede3d819 (patch)
treedcbf4e6a6b58d0994d75b76844647720dd3aa77c /ACE
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-05ec4d3db0f7b68581bccff74b59df95ede3d819.tar.gz
Minor cleanup
Diffstat (limited to 'ACE')
-rw-r--r--ACE/examples/Reactor/Proactor/test_proactor2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/Proactor/test_proactor2.cpp b/ACE/examples/Reactor/Proactor/test_proactor2.cpp
index d4ed31bf263..ef04b9c02ab 100644
--- a/ACE/examples/Reactor/Proactor/test_proactor2.cpp
+++ b/ACE/examples/Reactor/Proactor/test_proactor2.cpp
@@ -89,7 +89,7 @@ public:
};
-int MyTask::svc (void )
+int MyTask::svc ()
{
ACE_DEBUG ((LM_DEBUG, "(%t) MyTask started\n"));