smbd: Some whitespace fixes
authorVolker Lendecke <vl@samba.org>
Fri, 21 Oct 2022 07:17:42 +0000 (09:17 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 10 Nov 2022 07:27:31 +0000 (07:27 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/smb2_service.c

index 5affea6b3e4267e370a57e786ed437705989b1e0..ea860c6e1a729680fa31e13e04662ed5bf686956 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    service (connection) opening and closing
    Copyright (C) Andrew Tridgell 1992-1998
@@ -177,7 +177,7 @@ bool chdir_current_service(connection_struct *conn)
 }
 
 /****************************************************************************
- do some basic sainity checks on the share.  
+ do some basic sainity checks on the share.
  This function modifies dev, ecode.
 ****************************************************************************/
 
@@ -236,7 +236,7 @@ static NTSTATUS share_sanity_checks(const struct tsocket_address *remote_address
 }
 
 /*
- * Go through lookup_name etc to find the force'd group.  
+ * Go through lookup_name etc to find the force'd group.
  *
  * Create a new token from src_token, replacing the primary group sid with the
  * one found.