2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[trac499] Add missing newlines to the end of some files

... which causes Solaris to complain - loudly.
This commit is contained in:
Stephen Morris
2011-03-09 14:19:36 +00:00
parent 87d58087b7
commit db57bdd2f3
4 changed files with 4 additions and 4 deletions

View File

@@ -84,4 +84,4 @@
/// the placeholder of callback handlers:
/// http://think-async.com/Asio/asio-1.3.1/doc/asio/reference/asio_handler_allocate.html
#endif // __ASIOLINK_H
#endif // __ASIOLINK_H

View File

@@ -120,4 +120,4 @@ private:
};
} // asiolink
#endif // __IO_ADDRESS_H
#endif // __IO_ADDRESS_H

View File

@@ -115,4 +115,4 @@ public:
};
} // asiolink
#endif // __IO_ENDPOINT_H
#endif // __IO_ENDPOINT_H

View File

@@ -511,4 +511,4 @@ TEST(TCPSocket, SequenceTest) {
// Close client and server.
EXPECT_NO_THROW(client.close());
EXPECT_NO_THROW(server_socket.close());
}
}