]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Remove trailing whitespace
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 6 Dec 2023 01:39:45 +0000 (14:39 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/util.c
source4/dsdb/samdb/samdb.h

index d8842203f2642ffd5b988cf8eae22be503131049..e92c780ca83763d7a4d6dd9556b05cb665c50f6d 100644 (file)
@@ -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);
index 645e95aa628629b60c4352c863c893ece7994466..4238f729b7590f19c3ea6cd8488b5b2a6d22dc3d 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
@@ -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
         */