lib/curl: fix coding style

This commit is contained in:
Max Kellermann
2019-08-19 21:16:29 +02:00
parent a478af6759
commit 9f02beaba9
3 changed files with 22 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ public:
void SocketAction(curl_socket_t fd, int ev_bitmask) noexcept;
void InvalidateSockets() {
void InvalidateSockets() noexcept {
SocketAction(CURL_SOCKET_TIMEOUT, 0);
}
@@ -86,7 +86,7 @@ public:
private:
void UpdateTimeout(long timeout_ms) noexcept;
static int TimerFunction(CURLM *global, long timeout_ms,
static int TimerFunction(CURLM *multi, long timeout_ms,
void *userp) noexcept;
/* callback for #timeout_event */