]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:include: Fix trailing whitespaces in secrets.h
authorPavel Filipenský <pfilipensky@samba.org>
Sat, 6 Aug 2022 08:11:47 +0000 (10:11 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 8 Aug 2022 18:06:37 +0000 (18:06 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/secrets.h

index 1abfbb07e8932cc419f666d19cb1d0a3c11846da..768fd1014dcde6d93cbba37d2f365f23b6d7ef00 100644 (file)
@@ -1,20 +1,20 @@
 /*
- * Unix SMB/CIFS implementation. 
+ * Unix SMB/CIFS implementation.
  * secrets.tdb file format info
  * Copyright (C) Andrew Tridgell              2000
- * 
+ *
  * 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/>.  
+ * this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef _SECRETS_H