summaryrefslogtreecommitdiff
path: root/auth
diff options
context:
space:
mode:
authorPavel Filipenský <pfilipen@redhat.com>2022-05-11 12:10:36 +0200
committerJeremy Allison <jra@samba.org>2022-05-14 03:49:32 +0000
commitccda9c162c841a86e88999dc366a6c862b1cb4ac (patch)
tree921f0ed8e7f788b1a8da0399c77073f40b913256 /auth
parent8cb65650117569dadf5c764f72e5cfb292efb5a4 (diff)
downloadsamba-ccda9c162c841a86e88999dc366a6c862b1cb4ac.tar.gz
auth: Fix trailing whitespace in pycredentials.c
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'auth')
-rw-r--r--auth/credentials/pycredentials.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/auth/credentials/pycredentials.c b/auth/credentials/pycredentials.c
index 49ea06bcd69..94fd13420b1 100644
--- a/auth/credentials/pycredentials.c
+++ b/auth/credentials/pycredentials.c
@@ -1,17 +1,17 @@
-/*
+/*
Unix SMB/CIFS implementation.
Copyright (C) Jelmer Vernooij <jelmer@samba.org> 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 <http://www.gnu.org/licenses/>.
*/