summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-13 13:27:37 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-14 05:25:33 +0000
commitb3271603779a04beee795c5ba8244923b4d04ef4 (patch)
tree005cc6ebd348ff9e6abd14ed45b0f5e6cf907513 /lib/util
parent89d5c0dc5c709fef5d64715ab8a288b86db6aaca (diff)
downloadsamba-b3271603779a04beee795c5ba8244923b4d04ef4.tar.gz
lib:util: Remove trailing white spaces in byteorder.h
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/byteorder.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/util/byteorder.h b/lib/util/byteorder.h
index 7f7dc7960ad..036cd6d1eb2 100644
--- a/lib/util/byteorder.h
+++ b/lib/util/byteorder.h
@@ -1,18 +1,18 @@
-/*
+/*
Unix SMB/CIFS implementation.
SMB Byte handling
Copyright (C) Andrew Tridgell 1992-1998
-
+
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/>.
*/
@@ -23,7 +23,7 @@
#include "bytearray.h"
/*
- This file implements macros for machine independent short and
+ This file implements macros for machine independent short and
int manipulation
Here is a description of this file that I emailed to the samba list once:
@@ -32,7 +32,7 @@ Here is a description of this file that I emailed to the samba list once:
> looked at it, and I would have thought that you might make a distinction
> between LE and BE machines, but you only seem to distinguish between 386
> and all other architectures.
->
+>
> Can you give me a clue?
sure.