Skip to content

Commit da52a83

Browse files
author
Václav Haisman
committed
boost/network/support/is_tcp.hpp: Add new line to the end of the file
to avoid GCC warning. boost/network/support/is_udp.hpp: Ditto.
1 parent d19dd2b commit da52a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boost/network/support/is_tcp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ namespace boost { namespace network {
2323

2424
} // namespace boost
2525

26-
#endif // BOOST_NETWORK_SUPPORT_IS_TCP_HPP_20100622
26+
#endif // BOOST_NETWORK_SUPPORT_IS_TCP_HPP_20100622

boost/network/support/is_udp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ namespace boost { namespace network {
2424

2525
} // namespace boost
2626

27-
#endif // BOOST_NETWORK_SUPPORT_IS_UDP_HPP_20100622
27+
#endif // BOOST_NETWORK_SUPPORT_IS_UDP_HPP_20100622

0 commit comments

Comments
 (0)