summaryrefslogtreecommitdiff
path: root/source3/lib/tldap.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-20 11:06:14 +0200
committerVolker Lendecke <vl@samba.org>2009-06-20 12:15:21 +0200
commitf24e63af2c27fdb68dfe3151eac30960316157c2 (patch)
tree4d7f4e26092e10a1b3b7fff97b2c57c2a0d70700 /source3/lib/tldap.c
parenteb8c081771bd69475f2de67772c1b655a23ff10d (diff)
downloadsamba-f24e63af2c27fdb68dfe3151eac30960316157c2.tar.gz
samba-f24e63af2c27fdb68dfe3151eac30960316157c2.tar.bz2
samba-f24e63af2c27fdb68dfe3151eac30960316157c2.zip
Fix empty lines
Diffstat (limited to 'source3/lib/tldap.c')
-rw-r--r--source3/lib/tldap.c3
1 files changed, 0 insertions, 3 deletions
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)