8000 Remove tabs in source. · gauravkumar37/arangodb@c2ce2c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c2ce2c5

Browse files
committed
Remove tabs in source.
1 parent 3df5a8c commit c2ce2c5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

arangod/Agency/AgentConfiguration.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ struct config_t {
5050
supervisionFrequency(5.0) {}
5151

5252
config_t (uint32_t i, double minp, double maxp, std::string ep,
53-
std::vector<std::string> const& eps, bool n,
54-
bool s, bool w, double f) :
53+
std::vector<std::string> const& eps, bool n,
54+
bool s, bool w, double f) :
5555
id(i),
5656
minPing(minp),
5757
maxPing(maxp),

arangod/Cluster/AgencyComm.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,9 @@ AgencyCommResult AgencyComm::sendServerState(double ttl) {
10081008

10091009
std::string AgencyComm::getVersion() {
10101010
AgencyCommResult result
1011-
=sendWithFailover(arangodb::GeneralRequest::RequestType::GET,
1012-
_globalConnectionOptions._requestTimeout, "version",
1013-
"", false);
1011+
= sendWithFailover(arangodb::GeneralRequest::RequestType::GET,
1012+
_globalConnectionOptions._requestTimeout, "version",
1013+
"", false);
10141014

10151015
if (result.successful()) {
10161016
return result._body;

arangod/HttpServer/HttpServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ void HttpServer::handleCommunicationFailure(HttpCommTask* task) {
201201
////////////////////////////////////////////////////////////////////////////////
202202

203203
bool HttpServer::handleRequestAsync(HttpCommTask* task,
204-
WorkItem::uptr<HttpHandler>& handler,
204+
WorkItem::uptr<HttpHandler>& handler,
205205
uint64_t* jobId) {
206206
// extract the coordinator flag
207207
bool found;

arangod/HttpServer/HttpServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class HttpServer : protected TaskManager {
166166
//////////////////////////////////////////////////////////////////////////////
167167

168168
bool handleRequestAsync(HttpCommTask*,
169-
arangodb::WorkItem::uptr<HttpHandler>&,
169+
arangodb::WorkItem::uptr<HttpHandler>&,
170170
uint64_t* jobId);
171171

172172
//////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)
0