From f8dba773a5174055e3c206d006317b5275481636 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Mon, 8 Mar 2010 09:58:28 +0100 Subject: [PATCH] s4:ldb_ldap.c - fix indentation --- source4/lib/ldb/ldb_ldap/ldb_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/ldb/ldb_ldap/ldb_ldap.c b/source4/lib/ldb/ldb_ldap/ldb_ldap.c index b7d74d4b9f9..11edd348900 100644 --- a/source4/lib/ldb/ldb_ldap/ldb_ldap.c +++ b/source4/lib/ldb/ldb_ldap/ldb_ldap.c @@ -387,7 +387,7 @@ static int lldb_rename(struct lldb_context *lldb_ac) struct ldb_module *module = lldb_ac->module; struct ldb_request *req = lldb_ac->req; char *old_dn; - char *newrdn; + char *newrdn; char *parentdn; int ret; -- 2.34.1