BIND 10 trac554, updated. b6b79e9a9f444e2ab6b1a53fc1597c77cbcefd61 [trac554] Add missing newline at the end of a file
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 18 19:22:55 UTC 2011
The branch, trac554 has been updated
via b6b79e9a9f444e2ab6b1a53fc1597c77cbcefd61 (commit)
from a37dace36f7322764bb01cc790c3f36d524c0456 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b6b79e9a9f444e2ab6b1a53fc1597c77cbcefd61
Author: Stephen Morris <stephen at isc.org>
Date: Fri Feb 18 19:22:15 2011 +0000
[trac554] Add missing newline at the end of a file
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/tests/io_address_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/tests/io_address_unittest.cc b/src/lib/asiolink/tests/io_address_unittest.cc
index eb48900..894f143 100644
--- a/src/lib/asiolink/tests/io_address_unittest.cc
+++ b/src/lib/asiolink/tests/io_address_unittest.cc
@@ -60,4 +60,4 @@ TEST(IOAddressTest, Equality) {
TEST(IOAddressTest, Family) {
EXPECT_EQ(AF_INET, IOAddress("192.0.2.1").getFamily());
EXPECT_EQ(AF_INET6, IOAddress("2001:0DB8:0:0::0012").getFamily());
-}
\ No newline at end of file
+}
More information about the bind10-changes
mailing list