From 162787cddbf0e9076bb989abb690302da46df3c3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 15 May 2023 17:09:41 +0200 Subject: [PATCH] lib: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/errmap_unix.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source3/lib/errmap_unix.c b/source3/lib/errmap_unix.c index 029efae0f51..209bd255be5 100644 --- a/source3/lib/errmap_unix.c +++ b/source3/lib/errmap_unix.c @@ -1,21 +1,21 @@ -/* +/* * Unix SMB/CIFS implementation. * map unix to NT errors, an excerpt of libsmb/errormap.c * Copyright (C) Andrew Tridgell 2001 * Copyright (C) Andrew Bartlett 2001 * Copyright (C) Tim Potter 2000 * Copyright (C) Jeremy Allison 2007 - * + * * 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 . */