diff options
author | Christian Ambach <ambi@samba.org> | 2011-07-15 15:57:26 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2011-07-21 14:55:07 +0200 |
commit | c8b4414c0a8bc9f81a03948c875bbac22d0a8726 (patch) | |
tree | 92f75cce24bfa87e1fb036ec14cf9ffae28acae9 /source3/modules | |
parent | f2be12fa8f97a02885aa46fa8e725970d73e3885 (diff) | |
download | samba-c8b4414c0a8bc9f81a03948c875bbac22d0a8726.tar.gz samba-c8b4414c0a8bc9f81a03948c875bbac22d0a8726.tar.bz2 samba-c8b4414c0a8bc9f81a03948c875bbac22d0a8726.zip |
s3:modules/vfs_afsacl remove some unnecessary whitespace
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_afsacl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/modules/vfs_afsacl.c b/source3/modules/vfs_afsacl.c index ac90d30d9f..39bdb8a2d9 100644 --- a/source3/modules/vfs_afsacl.c +++ b/source3/modules/vfs_afsacl.c @@ -1,4 +1,4 @@ -/* +/* * Convert AFS acls to NT acls and vice versa. * * Copyright (C) Volker Lendecke, 2003 @@ -7,12 +7,12 @@ * 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/>. */ |