]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1736] Fixed indentation
authorThomas Markwalder <tmark@isc.org>
Fri, 23 Apr 2021 14:22:19 +0000 (10:22 -0400)
committerThomas Markwalder <tmark@isc.org>
Fri, 23 Apr 2021 14:22:19 +0000 (10:22 -0400)
src/hooks/dhcp/high_availability/ha_service.cc

index a1eed88781dc81b821b148e35d8e4a5515517fdd..8536f3cfb631657efc4a5180f9b58f3d42a6bdcf 100644 (file)
@@ -1290,7 +1290,7 @@ HAService::asyncSendLeaseUpdate(const QueryPtrType& query,
 
     // Schedule asynchronous HTTP request.
     client_->asyncSendRequest(config->getUrl(), config->getTlsContext(),
-                             request, response,
+                              request, response,
         [this, weak_query, parking_lot, config]
             (const boost::system::error_code& ec,
              const HttpResponsePtr& response,
@@ -1593,8 +1593,8 @@ HAService::asyncSendHeartbeat() {
 
     // Schedule asynchronous HTTP request.
     client_->asyncSendRequest(partner_config->getUrl(),
-                             partner_config->getTlsContext(),
-                             request, response,
+                              partner_config->getTlsContext(),
+                              request, response,
         [this, partner_config]
             (const boost::system::error_code& ec,
              const HttpResponsePtr& response,