summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorPavel Filipenský <pfilipen@redhat.com>2022-06-16 19:09:03 +0200
committerStefan Metzmacher <metze@samba.org>2023-01-18 16:26:36 +0000
commit77c828e1248d1f302885a41c67aab7da7d452926 (patch)
treed11e8788778844e3a50b526491629aef5c5746cc /lib/tevent
parentf6a6d917e10c560b1b953be99ec8a99d6209b8dc (diff)
downloadsamba-77c828e1248d1f302885a41c67aab7da7d452926.tar.gz
tevent: Fix trailing whitespaces in tevent.c
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/tevent/tevent.c b/lib/tevent/tevent.c
index 262fdaa22ed..8dcc0c956ef 100644
--- a/lib/tevent/tevent.c
+++ b/lib/tevent/tevent.c
@@ -1,4 +1,4 @@
-/*
+/*
Unix SMB/CIFS implementation.
main select loop and event handling
Copyright (C) Andrew Tridgell 2003
@@ -763,7 +763,7 @@ void tevent_loop_set_nesting_hook(struct tevent_context *ev,
tevent_nesting_hook hook,
void *private_data)
{
- if (ev->nesting.hook_fn &&
+ if (ev->nesting.hook_fn &&
(ev->nesting.hook_fn != hook ||
ev->nesting.hook_private != private_data)) {
/* the way the nesting hook code is currently written
@@ -789,7 +789,7 @@ static void tevent_abort_nesting(struct tevent_context *ev, const char *location
}
/*
- do a single event loop using the events defined in ev
+ do a single event loop using the events defined in ev
*/
int _tevent_loop_once(struct tevent_context *ev, const char *location)
{
@@ -971,7 +971,7 @@ int _tevent_loop_wait(struct tevent_context *ev, const char *location)
/*
re-initialise a tevent context. This leaves you with the same
event context, but all events are wiped and the structure is
- re-initialised. This is most useful after a fork()
+ re-initialised. This is most useful after a fork()
zero is returned on success, non-zero on failure
*/