]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dsdb: Remove trailing whitespace
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Tue, 4 Feb 2025 06:18:28 +0000 (19:18 +1300)
committerJo Sutton <jsutton@samba.org>
Mon, 26 May 2025 02:41:36 +0000 (02:41 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15852

Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/dsdb/schema/schema_inferiors.c

index 56f5733830a5eb8fcae82ebd8def9c80a58f8727..031bd5d012f6c579b57e071cbb890b88ed2db6d2 100644 (file)
@@ -1,8 +1,8 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
 
    implement possibleInferiors calculation
-   
+
    Copyright (C) Andrew Tridgell 2009
    Copyright (C) Andrew Bartlett <abartlet@samba.org> 2009
 
    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/>.
-   
+
 */
 /*
   This module is a C implementation of the logic in the
@@ -93,7 +93,7 @@ static const char **schema_subclasses(const struct dsdb_schema *schema,
 }
 
 
-/* 
+/*
    equivalent of the POSSSUPERIORS() python function
  */
 static const char **schema_posssuperiors(const struct dsdb_schema *schema,