From f24e63af2c27fdb68dfe3151eac30960316157c2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 20 Jun 2009 11:06:14 +0200 Subject: Fix empty lines --- source3/lib/tldap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3') diff --git a/source3/lib/tldap.c b/source3/lib/tldap.c index 37caa081ac..b76e2033a6 100644 --- a/source3/lib/tldap.c +++ b/source3/lib/tldap.c @@ -1496,7 +1496,6 @@ struct tevent_req *tldap_add_send(TALLOC_CTX *mem_ctx, } tevent_req_set_callback(subreq, tldap_add_done, req); return req; - } static void tldap_add_done(struct tevent_req *subreq) @@ -1593,7 +1592,6 @@ struct tevent_req *tldap_modify_send(TALLOC_CTX *mem_ctx, } tevent_req_set_callback(subreq, tldap_modify_done, req); return req; - } static void tldap_modify_done(struct tevent_req *subreq) @@ -1667,7 +1665,6 @@ struct tevent_req *tldap_delete_send(TALLOC_CTX *mem_ctx, } tevent_req_set_callback(subreq, tldap_delete_done, req); return req; - } static void tldap_delete_done(struct tevent_req *subreq) -- cgit