s4:pyldb whitespace fix
authorAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jul 2010 04:01:56 +0000 (14:01 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 15 Jul 2010 12:08:22 +0000 (22:08 +1000)
source4/lib/ldb/pyldb.c

index bcfbedd962af25bdb4574d300e3311515f7ca3aa..f27ab3dd953b07a17eee4ba857aa4eb44edc0e48 100644 (file)
@@ -2046,7 +2046,7 @@ static int py_ldb_msg_setitem(PyLdbMessageObject *self, PyObject *name, PyObject
                ldb_msg_remove_attr(self->msg, attr_name);
        } else {
                struct ldb_message_element *el = PyObject_AsMessageElement(self->msg,
-                                                                                       value, 0, attr_name);
+                                                                          value, 0, attr_name);
                if (el == NULL)
                        return -1;
                ldb_msg_remove_attr(PyLdbMessage_AsMessage(self), attr_name);