From: Joseph Sutton Date: Wed, 6 Dec 2023 01:39:45 +0000 (+1300) Subject: s4:dsdb: Remove trailing whitespace X-Git-Tag: talloc-2.4.2~383 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f66273292ef9d05af8480ba39e9c39c545f710;p=thirdparty%2Fsamba.git s4:dsdb: Remove trailing whitespace Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/util.c b/source4/dsdb/samdb/ldb_modules/util.c index d8842203f26..e92c780ca83 100644 --- a/source4/dsdb/samdb/ldb_modules/util.c +++ b/source4/dsdb/samdb/ldb_modules/util.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. Samba utility functions @@ -102,8 +102,8 @@ int dsdb_module_search_dn(struct ldb_module *module, if (res->count != 1) { /* we may be reading a DB that does not have the 'check base on search' option... */ ret = LDB_ERR_NO_SUCH_OBJECT; - ldb_asprintf_errstring(ldb_module_get_ctx(module), - "dsdb_module_search_dn: did not find base dn %s (%d results)", + ldb_asprintf_errstring(ldb_module_get_ctx(module), + "dsdb_module_search_dn: did not find base dn %s (%d results)", ldb_dn_get_linearized(basedn), res->count); } else { *_res = talloc_steal(mem_ctx, res); diff --git a/source4/dsdb/samdb/samdb.h b/source4/dsdb/samdb/samdb.h index 645e95aa628..4238f729b75 100644 --- a/source4/dsdb/samdb/samdb.h +++ b/source4/dsdb/samdb/samdb.h @@ -1,20 +1,20 @@ -/* +/* Unix SMB/CIFS implementation. interface functions for the sam database Copyright (C) Andrew Tridgell 2004 - + 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 . */ @@ -54,7 +54,7 @@ enum dsdb_password_checked { #define DSDB_CONTROL_CURRENT_PARTITION_OID "1.3.6.1.4.1.7165.4.3.2" struct dsdb_control_current_partition { - /* + /* * this is the version of the dsdb_control_current_partition * version 0: initial implementation * version 1: got rid of backend and module fields @@ -268,7 +268,7 @@ struct dsdb_extended_replicated_object { #define DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID "1.3.6.1.4.1.7165.4.4.2" struct dsdb_extended_replicated_objects { - /* + /* * this is the version of the dsdb_extended_replicated_objects * version 0: initial implementation */