]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix trailing whitespaces
authorPavel Filipenský <pfilipen@redhat.com>
Mon, 14 Mar 2022 10:16:58 +0000 (11:16 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 11 Apr 2022 16:56:35 +0000 (16:56 +0000)
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/tevent/tevent.h
lib/tevent/tevent_internal.h

index 2d1863d7c6e719b48c95a799f0557990d66fd6f5..9edf7bc34889a79376d0ab7343924dc97105d34c 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    generalised event loop handling
index 2256555943a5b6a037fbf4d0a7d04915ed4f87d0..7608a2d66beb1b27bde7db4646fce62f3e792dc2 100644 (file)
@@ -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