From c8b4414c0a8bc9f81a03948c875bbac22d0a8726 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 15 Jul 2011 15:57:26 +0200 Subject: [PATCH] s3:modules/vfs_afsacl remove some unnecessary whitespace --- source3/modules/vfs_afsacl.c | 6 +++--- 1 file 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 . */ -- 2.45.1