From c07f72a531a7a7d39c5f11af684e1369229c39b8 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Thu, 23 Nov 2023 16:23:29 +1300 Subject: [PATCH] util/data_blob: Remove trailing whitespace Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/util/data_blob.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/util/data_blob.h b/lib/util/data_blob.h index 44376b70776..508d44bcbdf 100644 --- a/lib/util/data_blob.h +++ b/lib/util/data_blob.h @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. DATA BLOB @@ -9,18 +9,18 @@ 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 . */ -/* This is a public header file that is installed as part of Samba. - * If you remove any functions or change their signature, update +/* This is a public header file that is installed as part of Samba. + * If you remove any functions or change their signature, update * the so version number. */ #ifndef _SAMBA_DATABLOB_H_ @@ -60,7 +60,7 @@ _PUBLIC_ DATA_BLOB data_blob_named(const void *p, size_t length, const char *nam _PUBLIC_ DATA_BLOB data_blob_talloc_named(TALLOC_CTX *mem_ctx, const void *p, size_t length, const char *name); /** - construct a zero data blob, using supplied TALLOC_CTX. + construct a zero data blob, using supplied TALLOC_CTX. use this sparingly as it initialises data - better to initialise yourself if you want specific data in the blob **/ @@ -117,7 +117,7 @@ _PUBLIC_ DATA_BLOB data_blob_string_const(const char *str); _PUBLIC_ DATA_BLOB data_blob_string_const_null(const char *str); /** - * Create a new data blob from const data + * Create a new data blob from const data */ _PUBLIC_ DATA_BLOB data_blob_const(const void *p, size_t length); -- 2.47.3