From b3d2d5aabc00b7609fa4764a0287dce11be6c62d Mon Sep 17 00:00:00 2001 From: badaix Date: Thu, 9 Dec 2021 18:08:49 +0100 Subject: [PATCH] Reformat source --- client/snapclient.cpp | 2 +- server/control_session_http.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/snapclient.cpp b/client/snapclient.cpp index 68aa382e..c4ddb02a 100644 --- a/client/snapclient.cpp +++ b/client/snapclient.cpp @@ -47,8 +47,8 @@ #include "common/version.hpp" // #include "metadata.hpp" -#include #include +#include using namespace std; using namespace popl; diff --git a/server/control_session_http.hpp b/server/control_session_http.hpp index 41500537..77c1a826 100644 --- a/server/control_session_http.hpp +++ b/server/control_session_http.hpp @@ -33,8 +33,8 @@ using boost::asio::ip::tcp; -namespace beast = boost::beast; // from -namespace http = beast::http; // from +namespace beast = boost::beast; // from +namespace http = beast::http; // from /// Endpoint for a connected control client.