wrap at 80 columns

This commit is contained in:
Arvid Norberg 2014-02-02 05:11:41 +00:00
parent 312fce78a1
commit 0195eb661b
1 changed files with 4 additions and 2 deletions

View File

@ -481,9 +481,11 @@ namespace libtorrent
#if BOOST_VERSION < 103500
typedef asio::error_code error_code;
// hidden
inline asio::error::error_category get_posix_category() { return asio::error::system_category; }
inline asio::error::error_category get_posix_category()
{ return asio::error::system_category; }
// hidden
inline asio::error::error_category get_system_category() { return asio::error::system_category; }
inline asio::error::error_category get_system_category()
{ return asio::error::system_category; }
// hidden
boost::system::error_category const& get_libtorrent_category()