From: Volker Lendecke Date: Mon, 18 Aug 2025 14:25:38 +0000 (+0200) Subject: param: Fix whitespace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1d8227827b58fcd2d5ebec5d4a12e11064400f9;p=thirdparty%2Fsamba.git param: Fix whitespace Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/lib/param/param.h b/lib/param/param.h index ef678a1cbd6..ed10fa9e90d 100644 --- a/lib/param/param.h +++ b/lib/param/param.h @@ -1,24 +1,24 @@ -/* +/* Unix SMB/CIFS implementation. Generic parameter parsing interface Copyright (C) Jelmer Vernooij 2005 - + 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 . */ #ifndef _PARAM_H /* _PARAM_H */ -#define _PARAM_H +#define _PARAM_H #include @@ -205,7 +205,7 @@ bool lpcfg_is_my_domain_or_realm(struct loadparm_context *lp_ctx, const char *domain); /** - see if a string matches either our primary or one of our secondary + see if a string matches either our primary or one of our secondary netbios aliases. do a case insensitive match */ bool lpcfg_is_myname(struct loadparm_context *lp_ctx, const char *name); @@ -253,10 +253,10 @@ char *lpcfg_private_db_path(TALLOC_CTX *mem_ctx, /** return a path in the smbd.tmp directory, where all temporary file - for smbd go. If NULL is passed for name then return the directory + for smbd go. If NULL is passed for name then return the directory path itself */ -char *smbd_tmp_path(TALLOC_CTX *mem_ctx, +char *smbd_tmp_path(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx, const char *name);