1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Fix empty lines

This commit is contained in:
Volker Lendecke 2009-06-20 11:06:14 +02:00
parent eb8c081771
commit f24e63af2c

View File

@ -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)