summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
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/Load_Balancing_persistent/Identity_Client.cpp
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/Load_Balancing_persistent/Identity_Client.cpp')
-rw-r--r--TAO/examples/Load_Balancing_persistent/Identity_Client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
index 282a235b963..ae098dcb145 100644
--- a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
+++ b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp
@@ -155,7 +155,6 @@ Identity_Client::run (void)
// Record statistics.
throughput.sample (now - throughput_base,
now - latency_base);
-
}
ACE_OS::printf ("*=*=*=*=Aggregated result *=*=*=*=*=\n");
@@ -208,7 +207,6 @@ Identity_Client::run (void)
ACE_DEBUG ((LM_DEBUG,
"Invocation %s\n",
identity.in ()));
-
}
return 0;