summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-06 16:29:06 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-11-08 10:39:05 +0000
commit084c11d600e61b3c1b4c36b8440c67b37731d16c (patch)
tree8ab3072a0f72521a09ac3c0130dec23ba4e92b39 /source4/lib
parentaf84b6d32514525a52e0b6529b36a53943fb7a7a (diff)
downloadsamba-084c11d600e61b3c1b4c36b8440c67b37731d16c.tar.gz
samba-084c11d600e61b3c1b4c36b8440c67b37731d16c.tar.bz2
samba-084c11d600e61b3c1b4c36b8440c67b37731d16c.zip
ldb:pyldb.c - fix indentation
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/ldb/pyldb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c
index 7a6058fa5b..efb6dfcec7 100644
--- a/source4/lib/ldb/pyldb.c
+++ b/source4/lib/ldb/pyldb.c
@@ -1688,8 +1688,9 @@ PyTypeObject PyLdbModule = {
* @return New ldb_message_element, allocated as child of mem_ctx
*/
struct ldb_message_element *PyObject_AsMessageElement(TALLOC_CTX *mem_ctx,
- PyObject *set_obj, int flags,
- const char *attr_name)
+ PyObject *set_obj,
+ int flags,
+ const char *attr_name)
{
struct ldb_message_element *me;