]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libcli: Fix whitespace
authorVolker Lendecke <vl@samba.org>
Tue, 11 Mar 2025 07:30:37 +0000 (08:30 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 27 Mar 2025 13:13:31 +0000 (13:13 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
libcli/smb/smbXcli_base.c

index f61015f84c178446fa2141d08bc0ab7e2f5d0d2a..eecd73d06785a977220add17c5bd08caffff6509 100644 (file)
@@ -485,7 +485,7 @@ bool smbXcli_conn_is_connected(struct smbXcli_conn *conn)
        }
 
        ret = samba_socket_poll_or_sock_error(conn->sock_fd);
-       if ( ret < 0) {
+       if (ret < 0) {
                return false;
        }