]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:utils: Remove trailing white spaces in smbfilter.c
authorAndreas Schneider <asn@samba.org>
Tue, 24 Oct 2023 10:02:50 +0000 (12:02 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/utils/smbfilter.c

index 3fbd63975c92c6d60d68fad3d9514558fc6e5732..12f6589ad688cb0fe39844465fb52de1700fc12b 100644 (file)
@@ -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");