summaryrefslogtreecommitdiff
path: root/ACE/tests/Compiler_Features_22_DLL.h
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/Compiler_Features_22_DLL.h
parentd75c37b54441651922e5dcfd287cbc87b1833e23 (diff)
downloadATCD-430d023f1d97173cfd104498f92dc4ccaa1c4135.tar.gz
Remove extra newline after public, protected and private
Diffstat (limited to 'ACE/tests/Compiler_Features_22_DLL.h')
-rw-r--r--ACE/tests/Compiler_Features_22_DLL.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Compiler_Features_22_DLL.h b/ACE/tests/Compiler_Features_22_DLL.h
index a7dd73aff6b..a45101a2107 100644
--- a/ACE/tests/Compiler_Features_22_DLL.h
+++ b/ACE/tests/Compiler_Features_22_DLL.h
@@ -19,7 +19,6 @@
class A
{
public:
-
A () {};
};