summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-08-10 14:42:41 +0200
committerGitHub <noreply@github.com>2022-08-10 14:42:41 +0200
commit7aeb1020b1a73c01bc1f5473b6ddabe940c0bd65 (patch)
treec50c356ba0d3197bf49b1b53502f246ff0edfd75 /ACE
parent3d4038ad273524a32bf892921e9d1a8f0bc609d4 (diff)
parent4a6478c41ac4b1e17cea8e0e4f4bbb6afe91269b (diff)
downloadATCD-7aeb1020b1a73c01bc1f5473b6ddabe940c0bd65.tar.gz
Merge pull request #1896 from jwillemsen/jwi-cleanup10
Use override, remove redundant whitespacing, fixed typo
Diffstat (limited to 'ACE')
-rw-r--r--ACE/tests/Enum_Interfaces_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Enum_Interfaces_Test.cpp b/ACE/tests/Enum_Interfaces_Test.cpp
index 77a3727f52c..62c6400c5b6 100644
--- a/ACE/tests/Enum_Interfaces_Test.cpp
+++ b/ACE/tests/Enum_Interfaces_Test.cpp
@@ -20,13 +20,10 @@
*/
//=============================================================================
-
#include "test_config.h"
#include "ace/OS_NS_sys_utsname.h"
#include "ace/INET_Addr.h"
-
-
int
run_main (int, ACE_TCHAR *[])
{