]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pymessaging: Remove trailing whitespace
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 14 Nov 2023 00:07:01 +0000 (13:07 +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/lib/messaging/pymessaging.c

index b88727c6bd20063840b65da92060167e49fca35d..6b343065decd8e737a5ac1086a6175fb4117d950 100644 (file)
@@ -1,20 +1,20 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    Copyright © Jelmer Vernooij <jelmer@samba.org> 2008
 
    Based on the equivalent for EJS:
    Copyright © Andrew Tridgell <tridge@samba.org> 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 <http://www.gnu.org/licenses/>.
 */
@@ -239,8 +239,8 @@ static PyObject *py_imessaging_register(PyObject *self, PyObject *args, PyObject
        PyObject *callback_and_context;
        NTSTATUS status;
        const char *kwnames[] = { "callback_and_context", "msg_type", NULL };
-       
-       if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|i:register", 
+
+       if (!PyArg_ParseTupleAndKeywords(args, kwargs, "O|i:register",
                discard_const_p(char *, kwnames),
                                         &callback_and_context, &msg_type)) {
                return NULL;