mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 10:17:16 +02:00
Reformat source
This commit is contained in:
parent
dd180dc56a
commit
b3d2d5aabc
2 changed files with 3 additions and 3 deletions
|
@ -47,8 +47,8 @@
|
|||
#include "common/version.hpp"
|
||||
// #include "metadata.hpp"
|
||||
|
||||
#include <boost/asio/signal_set.hpp>
|
||||
#include <boost/asio/ip/host_name.hpp>
|
||||
#include <boost/asio/signal_set.hpp>
|
||||
|
||||
using namespace std;
|
||||
using namespace popl;
|
||||
|
|
|
@ -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
Reference in a new issue