mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-27 05:18:38 +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 "common/version.hpp"
|
||||||
// #include "metadata.hpp"
|
// #include "metadata.hpp"
|
||||||
|
|
||||||
#include <boost/asio/signal_set.hpp>
|
|
||||||
#include <boost/asio/ip/host_name.hpp>
|
#include <boost/asio/ip/host_name.hpp>
|
||||||
|
#include <boost/asio/signal_set.hpp>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace popl;
|
using namespace popl;
|
||||||
|
|
|
@ -33,8 +33,8 @@
|
||||||
|
|
||||||
using boost::asio::ip::tcp;
|
using boost::asio::ip::tcp;
|
||||||
|
|
||||||
namespace beast = boost::beast; // from <boost/beast.hpp>
|
namespace beast = boost::beast; // from <boost/beast.hpp>
|
||||||
namespace http = beast::http; // from <boost/beast/http.hpp>
|
namespace http = beast::http; // from <boost/beast/http.hpp>
|
||||||
|
|
||||||
|
|
||||||
/// Endpoint for a connected control client.
|
/// Endpoint for a connected control client.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue