]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
stream reuse, in callbacks, removed whitespace.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 13 Jul 2020 13:45:16 +0000 (15:45 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 13 Jul 2020 13:45:16 +0000 (15:45 +0200)
util/netevent.c

index 889f9a1f37f03d6163c943b5021136b88ec8fe3e..8d5be2c0afd6b69e12a91aa7282b369e60b7b1ce 100644 (file)
@@ -1869,7 +1869,7 @@ tcp_more_read_again(int fd, struct comm_point* c)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                        return;
@@ -1892,7 +1892,7 @@ tcp_more_write_again(int fd, struct comm_point* c)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                        return;
@@ -1920,7 +1920,7 @@ comm_point_tcp_handle_callback(int fd, short event, void* arg)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                        return;
@@ -1945,7 +1945,7 @@ comm_point_tcp_handle_callback(int fd, short event, void* arg)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                }
@@ -1962,7 +1962,7 @@ comm_point_tcp_handle_callback(int fd, short event, void* arg)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                }
@@ -2600,7 +2600,7 @@ comm_point_http_handle_callback(int fd, short event, void* arg)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                }
@@ -2612,7 +2612,7 @@ comm_point_http_handle_callback(int fd, short event, void* arg)
                        if(!c->tcp_do_close) {
                                fptr_ok(fptr_whitelist_comm_point(
                                        c->callback));
-                               (void)(*c->callback)(c, c->cb_arg, 
+                               (void)(*c->callback)(c, c->cb_arg,
                                        NETEVENT_CLOSED, NULL);
                        }
                }