From 126e88aeb3f288c770f0dccde5c6314ccaa6212c Mon Sep 17 00:00:00 2001 From: Knut Petter Svendsen Date: Fri, 9 Sep 2022 15:46:54 +0200 Subject: Replace 3 blank lines with just 2 blank lines --- TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp') diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp b/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp index 88cda77d7ec..56879cece67 100644 --- a/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp +++ b/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp @@ -1,7 +1,6 @@ #include "RT_POA_Command.h" - #include "tao/debug.h" #include "../lib/LookupManager.h" #include "../lib/Name.h" -- cgit v1.2.1 From 00b403be7df0442405bd5e3dcc07beaa6730ddd2 Mon Sep 17 00:00:00 2001 From: Knut Petter Svendsen Date: Sat, 10 Sep 2022 12:26:57 +0200 Subject: Fixed Redundant blank line at the end of a code block should be deleted --- TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp') diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp b/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp index 56879cece67..9672f19024d 100644 --- a/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp +++ b/TAO/orbsvcs/tests/Notify/RT_lib/RT_POA_Command.cpp @@ -269,7 +269,6 @@ TAO_Notify_Tests_RT_POA_Command::create (RTCORBA::RTORB_ptr rt_orb, PortableServ // Create a thread-pool policy. lanes_policy = rt_orb->create_threadpool_policy (threadpool_id); - } else if (thread_pool_static_threads_ > 0) { -- cgit v1.2.1