From b3271603779a04beee795c5ba8244923b4d04ef4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 13 Apr 2023 13:27:37 +0200 Subject: lib:util: Remove trailing white spaces in byteorder.h Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- lib/util/byteorder.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/util') 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 . */ @@ -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. -- cgit v1.2.1