s3: Fix some blank line endings
authorVolker Lendecke <vl@samba.org>
Fri, 19 Oct 2012 19:48:20 +0000 (21:48 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 20 Oct 2012 07:06:12 +0000 (09:06 +0200)
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sat Oct 20 09:06:12 CEST 2012 on sn-devel-104

source3/smbd/share_access.c

index aa3bd3965cbaf2690b412eb58d35441bab6459cc..d3c18fc80bee0e0da334fa438af46fd605a2a28e 100644 (file)
@@ -1,18 +1,18 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    Check access based on valid users, read list and friends
    Copyright (C) Volker Lendecke 2005
-   
+
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -90,7 +90,7 @@ static bool token_contains_name(TALLOC_CTX *mem_ctx,
                 * result that might be interpreted in a wrong way. */
                smb_panic("substitutions failed");
        }
-       
+
        /* check to see is we already have a SID */
 
        if ( string_to_sid( &sid, name ) ) {