summaryrefslogtreecommitdiff
path: root/TAO/examples/RTCORBA/Activity
diff options
context:
space:
mode:
authorKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:26:57 +0200
committerKnut Petter Svendsen <knut@altuma.no>2022-09-10 12:26:57 +0200
commit00b403be7df0442405bd5e3dcc07beaa6730ddd2 (patch)
treef0b5b1174001facb66b3bc45c40f222850a7dd57 /TAO/examples/RTCORBA/Activity
parent60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0 (diff)
downloadATCD-00b403be7df0442405bd5e3dcc07beaa6730ddd2.tar.gz
Fixed Redundant blank line at the end of a code block should be deleted
Diffstat (limited to 'TAO/examples/RTCORBA/Activity')
-rw-r--r--TAO/examples/RTCORBA/Activity/Activity.cpp1
-rw-r--r--TAO/examples/RTCORBA/Activity/POA_Holder.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/examples/RTCORBA/Activity/Activity.cpp b/TAO/examples/RTCORBA/Activity/Activity.cpp
index 70f2dbdd2f5..ba7dab08712 100644
--- a/TAO/examples/RTCORBA/Activity/Activity.cpp
+++ b/TAO/examples/RTCORBA/Activity/Activity.cpp
@@ -174,7 +174,6 @@ Activity::activate_job_list (void)
job_name.c_str ()));
active_job_count_++;
-
} /* while */
}
diff --git a/TAO/examples/RTCORBA/Activity/POA_Holder.cpp b/TAO/examples/RTCORBA/Activity/POA_Holder.cpp
index 0c745663858..b999f5f3283 100644
--- a/TAO/examples/RTCORBA/Activity/POA_Holder.cpp
+++ b/TAO/examples/RTCORBA/Activity/POA_Holder.cpp
@@ -158,7 +158,6 @@ POA_Holder::activate (RTCORBA::RTORB_ptr rt_orb, PortableServer::POA_ptr parent_
// Create a thread-pool policy.
lanes_policy =
rt_orb->create_threadpool_policy (threadpool_id);
-
}
if (bands_.length () != 0)