mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 23:56:43 +02:00
Reformat source
This commit is contained in:
parent
dd180dc56a
commit
b3d2d5aabc
2 changed files with 3 additions and 3 deletions
|
@ -33,8 +33,8 @@
|
|||
|
||||
using boost::asio::ip::tcp;
|
||||
|
||||
namespace beast = boost::beast; // from <boost/beast.hpp>
|
||||
namespace http = beast::http; // from <boost/beast/http.hpp>
|
||||
namespace beast = boost::beast; // from <boost/beast.hpp>
|
||||
namespace http = beast::http; // from <boost/beast/http.hpp>
|
||||
|
||||
|
||||
/// Endpoint for a connected control client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue