summaryrefslogtreecommitdiff
path: root/ACE/examples
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 /ACE/examples
parent60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0 (diff)
downloadATCD-00b403be7df0442405bd5e3dcc07beaa6730ddd2.tar.gz
Fixed Redundant blank line at the end of a code block should be deleted
Diffstat (limited to 'ACE/examples')
-rw-r--r--ACE/examples/APG/ThreadPools/Futures.cpp1
-rw-r--r--ACE/examples/ConfigViewer/ValueListCtrl.cpp1
-rw-r--r--ACE/examples/IPC_SAP/ATM_SAP/CPP-client.cpp1
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp1
-rw-r--r--ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-server.cpp1
-rw-r--r--ACE/examples/IPC_SAP/TLI_SAP/CPP-server.cpp1
-rw-r--r--ACE/examples/Naming/test_open.cpp1
-rw-r--r--ACE/examples/Naming/test_writers.cpp1
-rw-r--r--ACE/examples/Reactor/Misc/test_reactors.cpp1
-rw-r--r--ACE/examples/Reactor/Proactor/test_proactor2.cpp2
-rw-r--r--ACE/examples/Timer_Queue/Driver.cpp1
-rw-r--r--ACE/examples/Web_Crawler/URL_Visitor.cpp3
12 files changed, 0 insertions, 15 deletions
diff --git a/ACE/examples/APG/ThreadPools/Futures.cpp b/ACE/examples/APG/ThreadPools/Futures.cpp
index c207c734828..3ad8c8b8c39 100644
--- a/ACE/examples/APG/ThreadPools/Futures.cpp
+++ b/ACE/examples/APG/ThreadPools/Futures.cpp
@@ -274,7 +274,6 @@ Manager::shut_down (void)
delete req;
delete worker;
-
}
while (iter.advance ());
diff --git a/ACE/examples/ConfigViewer/ValueListCtrl.cpp b/ACE/examples/ConfigViewer/ValueListCtrl.cpp
index 53bbc04cdc5..9a30226ef3b 100644
--- a/ACE/examples/ConfigViewer/ValueListCtrl.cpp
+++ b/ACE/examples/ConfigViewer/ValueListCtrl.cpp
@@ -136,7 +136,6 @@ void ValueListCtrl::OnModify(wxCommandEvent& event)
Value = Dlg.GetUINTValue();
m_pConfig->set_integer_value(m_Key, Name, Value);
-
}
break;
case ACE_Configuration::BINARY:
diff --git a/ACE/examples/IPC_SAP/ATM_SAP/CPP-client.cpp b/ACE/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
index cd70de0e2ca..4623ff1ae84 100644
--- a/ACE/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
+++ b/ACE/examples/IPC_SAP/ATM_SAP/CPP-client.cpp
@@ -131,7 +131,6 @@ int ACE_TMAIN (int argc, ACE_TCHAR *argv[])
hosts[ i ],
i,
0 );
-
}
} /* if num_leaves == 1 */
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp
index 16b15010cec..2dd15f63352 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-unserver.cpp
@@ -54,7 +54,6 @@ server (void *arg)
ACE_TEXT ("%p\n"),
ACE_TEXT ("recv")));
break;
-
}
else if (r_bytes == 0)
{
diff --git a/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-server.cpp b/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-server.cpp
index 0dc20d393cb..b35ba5910ee 100644
--- a/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-server.cpp
+++ b/ACE/examples/IPC_SAP/TLI_SAP/CPP-ATM-server.cpp
@@ -96,7 +96,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_ERROR ((LM_ERROR,
"%p\n",
"close"));
-
}
/* NOTREACHED */
return 0;
diff --git a/ACE/examples/IPC_SAP/TLI_SAP/CPP-server.cpp b/ACE/examples/IPC_SAP/TLI_SAP/CPP-server.cpp
index 879474447cf..7aa26e1ee48 100644
--- a/ACE/examples/IPC_SAP/TLI_SAP/CPP-server.cpp
+++ b/ACE/examples/IPC_SAP/TLI_SAP/CPP-server.cpp
@@ -70,7 +70,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_ERROR ((LM_ERROR,
"%p\n",
"close"));
-
}
/* NOTREACHED */
return 0;
diff --git a/ACE/examples/Naming/test_open.cpp b/ACE/examples/Naming/test_open.cpp
index abf9f393670..cdaf3323ca4 100644
--- a/ACE/examples/Naming/test_open.cpp
+++ b/ACE/examples/Naming/test_open.cpp
@@ -66,7 +66,6 @@ ACE_TMAIN (int argc, ACE_TCHAR **argv)
if (i != 0)
return -1;
-
}
result = ns.close ();
diff --git a/ACE/examples/Naming/test_writers.cpp b/ACE/examples/Naming/test_writers.cpp
index 16a5b0997cc..83a4f4fc93a 100644
--- a/ACE/examples/Naming/test_writers.cpp
+++ b/ACE/examples/Naming/test_writers.cpp
@@ -65,7 +65,6 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
if (i != 0)
return -1;
-
}
}
return 0;
diff --git a/ACE/examples/Reactor/Misc/test_reactors.cpp b/ACE/examples/Reactor/Misc/test_reactors.cpp
index 74dcf4a80dc..1afa4f40229 100644
--- a/ACE/examples/Reactor/Misc/test_reactors.cpp
+++ b/ACE/examples/Reactor/Misc/test_reactors.cpp
@@ -151,7 +151,6 @@ worker (void *args)
}
// ACE_DEBUG ((LM_DEBUG, "(%t) done with handle_events\n"));
-
}
ACE_NOTREACHED(return 0);
diff --git a/ACE/examples/Reactor/Proactor/test_proactor2.cpp b/ACE/examples/Reactor/Proactor/test_proactor2.cpp
index a2dc0ccfe18..e15a15c77b6 100644
--- a/ACE/examples/Reactor/Proactor/test_proactor2.cpp
+++ b/ACE/examples/Reactor/Proactor/test_proactor2.cpp
@@ -194,7 +194,6 @@ void Receiver::open (ACE_HANDLE handle,
ACE_ERROR ((LM_ERROR,
"%p\n",
"ACE_Asynch_Write_Stream::open"));
-
}
else if (this->rs_.open (*this, this->handle_) == -1)
{
@@ -699,7 +698,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
// Simplify , initial read with zero size
Rc = acceptor.open (ACE_INET_Addr (port),0,1);
-
}
else
{
diff --git a/ACE/examples/Timer_Queue/Driver.cpp b/ACE/examples/Timer_Queue/Driver.cpp
index afe3dd82b2a..3b7ff955884 100644
--- a/ACE/examples/Timer_Queue/Driver.cpp
+++ b/ACE/examples/Timer_Queue/Driver.cpp
@@ -132,7 +132,6 @@ Timer_Queue_Test_Driver<TQ, RECEIVER, ACTION>::parse_commands (const char *buf)
if (cancel_cmd_->execute ((void *) &id) == -1)
ACE_DEBUG ((LM_DEBUG, "Timer #%d is not valid\n", id));
-
}
break;
/* NOTREACHED */
diff --git a/ACE/examples/Web_Crawler/URL_Visitor.cpp b/ACE/examples/Web_Crawler/URL_Visitor.cpp
index ed5976e1a74..bf6ef871193 100644
--- a/ACE/examples/Web_Crawler/URL_Visitor.cpp
+++ b/ACE/examples/Web_Crawler/URL_Visitor.cpp
@@ -252,7 +252,6 @@ URL_Validation_Visitor::URL_Validation_Visitor (void)
"%p %s\n"
"strategy connector creation failed"));
-
}
URL_Validation_Visitor::~URL_Validation_Visitor (void)
@@ -408,7 +407,6 @@ URL_Validation_Visitor::visit (HTTP_URL &http_url)
"%p\n",
"body execute"),
-1);
-
}
return 0;
}
@@ -488,7 +486,6 @@ URL_Download_Visitor::make_visitation_strategy_factory (URL &url)
int retval = url.send_request ();
if (retval != -1)
break;
-
}
// @@ Here's where we could check to see if the <url> was HTTP or
// FTP, etc. But for now we'll just assume that everything is an