summaryrefslogtreecommitdiff
path: root/ACE/websvcs
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/websvcs
parent60987b4ba42ff6e4e6a4f4457d902a18c0c6b0a0 (diff)
downloadATCD-00b403be7df0442405bd5e3dcc07beaa6730ddd2.tar.gz
Fixed Redundant blank line at the end of a code block should be deleted
Diffstat (limited to 'ACE/websvcs')
-rw-r--r--ACE/websvcs/tests/Test_URL_Addr.cpp3
1 files changed, 0 insertions, 3 deletions
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]));
-
}
}
}