summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-09 10:38:55 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-09 16:08:01 +0200
commit6f72892d61032d294fe1387a36ec6e04e9efa9c2 (patch)
treeefd140d6ea35c16825922b8373a2fbf227cdc370 /TAO/orbsvcs/tests/ImplRepo/oneway
parent6d7b6be10a2c2be4fc47bdd2e285657fcc4d60fd (diff)
downloadATCD-6f72892d61032d294fe1387a36ec6e04e9efa9c2.tar.gz
Fix trailing newline in class declarations
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/oneway')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h b/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
index 65889da6a57..0745ee56fd7 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/Test_i.h
@@ -26,7 +26,6 @@ public:
private:
CORBA::Short count_;
-
};
#endif /* TEST_I_H_ */