Skip to content

Commit 531f485

Browse files
committed
code formatting
1 parent a608ba1 commit 531f485

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vpr/src/server/gateio.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ void GateIO::handle_activity_status(ActivityStatus status, std::unique_ptr<Clien
202202
}
203203
}
204204

205-
void GateIO::start_listening()
206-
{
205+
void GateIO::start_listening() {
207206
#ifdef ENABLE_CLIENT_ALIVE_TRACKER
208207
std::unique_ptr<ClientAliveTracker> client_alive_tracker_ptr =
209208
std::make_unique<ClientAliveTracker>(std::chrono::milliseconds{5000}, std::chrono::milliseconds{20000});

0 commit comments

Comments
 (0)