From 341eb88adc828eef2bbdc5468785224c5315d1b2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 21 Jan 2022 13:41:15 +0100 Subject: Remove duplicate semi-colon --- .../PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TAO/orbsvcs/DevGuideExamples') diff --git a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp index 7b4bef43561..5fae85e4a42 100644 --- a/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp +++ b/TAO/orbsvcs/DevGuideExamples/PortableInterceptors/PICurrent_NameService/ServerInterceptor.cpp @@ -70,7 +70,7 @@ ServerInterceptor::receive_request ( std::cout << "Permission Granted " << std::endl; } else { - std::cout << "Permission Denied " << std::endl;; + std::cout << "Permission Denied " << std::endl; } } -- cgit v1.2.1