From 1e67be78554b7692c96e9cfb1352f436b16be6b5 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Fri, 8 Dec 2023 15:54:14 +1300 Subject: [PATCH] s4:libcli: Remove trailing whitespace Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source4/libcli/util/pyerrors.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source4/libcli/util/pyerrors.h b/source4/libcli/util/pyerrors.h index 1c91c5a9e41..2eec8c8293f 100644 --- a/source4/libcli/util/pyerrors.h +++ b/source4/libcli/util/pyerrors.h @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. Samba utility functions Copyright (C) Jelmer Vernooij 2008 - + 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 . */ -- 2.47.3