s4:dsdb/pydsdb.c - fix indentation
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Wed, 4 Apr 2012 10:14:12 +0000 (12:14 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 11 Apr 2012 02:50:16 +0000 (12:50 +1000)
source4/dsdb/pydsdb.c

index 616e1697892704a8f41cdcba77dbcdb2ee21757b..762a03de3f74c21b435b5ef9f4677300c5a14a4a 100644 (file)
@@ -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;