summaryrefslogtreecommitdiff
path: root/src/uplink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/uplink.cpp')
-rw-r--r--src/uplink.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/uplink.cpp b/src/uplink.cpp
index 087e5a476..60e278dce 100644
--- a/src/uplink.cpp
+++ b/src/uplink.cpp
@@ -21,7 +21,10 @@ class ReconnectTimer final
: public Timer
{
public:
- ReconnectTimer(int wait) : Timer(wait) { }
+ ReconnectTimer(int wait)
+ : Timer(wait)
+ {
+ }
void Tick(time_t) override
{