From: Andreas Schneider Date: Tue, 24 Oct 2023 10:02:50 +0000 (+0200) Subject: s3:utils: Remove trailing white spaces in smbfilter.c X-Git-Tag: talloc-2.4.2~1111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f849efebb84b1b0d4bd6d0084ea699f0002792be;p=thirdparty%2Fsamba.git s3:utils: Remove trailing white spaces in smbfilter.c Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/utils/smbfilter.c b/source3/utils/smbfilter.c index 3fbd63975c9..12f6589ad68 100644 --- a/source3/utils/smbfilter.c +++ b/source3/utils/smbfilter.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. SMB filter/socket plugin Copyright (C) Andrew Tridgell 1999 @@ -243,7 +243,7 @@ static void filter_child(int c, struct sockaddr_storage *dest_ss) if (!send_smb(s, packet)) { d_printf("server is dead\n"); exit(1); - } + } } /* @@ -265,7 +265,7 @@ static void filter_child(int c, struct sockaddr_storage *dest_ss) if (!send_smb(c, packet)) { d_printf("client is dead\n"); exit(1); - } + } } } d_printf("Connection closed\n");