From: Pavel Filipenský Date: Mon, 14 Mar 2022 10:16:58 +0000 (+0100) Subject: tevent: Fix trailing whitespaces X-Git-Tag: tevent-0.12.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3198b94a2d0b62251fc2d497201a88ac3dbfb31f;p=thirdparty%2Fsamba.git tevent: Fix trailing whitespaces Signed-off-by: Pavel Filipenský Reviewed-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 2d1863d7c6e..9edf7bc3488 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. generalised event loop handling diff --git a/lib/tevent/tevent_internal.h b/lib/tevent/tevent_internal.h index 2256555943a..7608a2d66be 100644 --- a/lib/tevent/tevent_internal.h +++ b/lib/tevent/tevent_internal.h @@ -1,10 +1,10 @@ -/* +/* Unix SMB/CIFS implementation. generalised event loop handling INTERNAL STRUCTS. THERE ARE NO API GUARANTEES. - External users should only ever have to include this header when + External users should only ever have to include this header when implementing new tevent backends. Copyright (C) Stefan Metzmacher 2005-2009