summaryrefslogtreecommitdiff
path: root/source4/dsdb/pydsdb.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2012-04-04 12:14:12 +0200
committerAndrew Bartlett <abartlet@samba.org>2012-04-11 12:50:16 +1000
commit0c2c5f24a91e365f913dbc1d369341a366ba1e17 (patch)
tree5ca914347531957f504b6be28e5c9e2c6bc400b2 /source4/dsdb/pydsdb.c
parent47e7013d20d5ca4fc2b9445d8618a29e85f21f79 (diff)
downloadsamba-0c2c5f24a91e365f913dbc1d369341a366ba1e17.tar.gz
samba-0c2c5f24a91e365f913dbc1d369341a366ba1e17.tar.bz2
samba-0c2c5f24a91e365f913dbc1d369341a366ba1e17.zip
s4:dsdb/pydsdb.c - fix indentation
Diffstat (limited to 'source4/dsdb/pydsdb.c')
-rw-r--r--source4/dsdb/pydsdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/pydsdb.c b/source4/dsdb/pydsdb.c
index 616e169789..762a03de3f 100644
--- a/source4/dsdb/pydsdb.c
+++ b/source4/dsdb/pydsdb.c
@@ -96,7 +96,7 @@ static PyObject *py_samdb_server_site_name(PyObject *self, PyObject *args)
}
static PyObject *py_dsdb_convert_schema_to_openldap(PyObject *self,
- PyObject *args)
+ PyObject *args)
{
char *target_str, *mapping;
PyObject *py_ldb;