summaryrefslogtreecommitdiff
path: root/http/http_server.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'http/http_server.hpp')
-rw-r--r--http/http_server.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/http/http_server.hpp b/http/http_server.hpp
index 3949a46ab0..afa4514c1f 100644
--- a/http/http_server.hpp
+++ b/http/http_server.hpp
@@ -67,8 +67,8 @@ class Server
gmtime_r(&lastTimeT, &myTm);
dateStr.resize(100);
- size_t dateStrSz =
- strftime(&dateStr[0], 99, "%a, %d %b %Y %H:%M:%S GMT", &myTm);
+ size_t dateStrSz = strftime(&dateStr[0], 99,
+ "%a, %d %b %Y %H:%M:%S GMT", &myTm);
dateStr.resize(dateStrSz);
}