]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix some whitespace
authorVolker Lendecke <vl@samba.org>
Sat, 22 Feb 2025 07:12:06 +0000 (08:12 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 27 Mar 2025 13:13:31 +0000 (13:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
lib/tevent/tevent_epoll.c

index e56bd026887a5d2c6a9e886f9033893e13bdadc4..233533e4d31d2334dad8922ad5efd7b171714975 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    main select loop and event handling - epoll implementation
@@ -565,7 +565,7 @@ static void epoll_update_event(struct epoll_event_context *epoll_ev, struct teve
                        epoll_mod_event(epoll_ev, primary);
                        return;
                }
-               /* 
+               /*
                 * if we want to match the select behavior, we need to remove the epoll_event
                 * when the caller isn't interested in events.
                 *