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 --- ACE/websvcs/tests/Test_URL_Addr.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'ACE/websvcs') diff --git a/ACE/websvcs/tests/Test_URL_Addr.cpp b/ACE/websvcs/tests/Test_URL_Addr.cpp index 581927fd6e5..eac973ec5d4 100644 --- a/ACE/websvcs/tests/Test_URL_Addr.cpp +++ b/ACE/websvcs/tests/Test_URL_Addr.cpp @@ -118,7 +118,6 @@ void test_ftp_addr (void) "FTP[%d]\n" " \"%s\" ERROR\n", i, addresses[i])); - } } } @@ -159,7 +158,6 @@ void test_mailto_addr (void) "Mailto[%d]\n" " \"%s\" ERROR\n", i, addresses[i])); - } } } @@ -204,7 +202,6 @@ void test_url_addr (void) "URL[%d]\n" " \"%s\" ERROR\n", i, addresses[i])); - } } } -- cgit v1.2.1