mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
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>
This commit is contained in:
parent
f6a6d917e1
commit
77c828e124
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user