Skip to content

Commit

Permalink
white-space cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder authored and Petr Viktorin committed Nov 22, 2017
1 parent 25f8e6c commit c25fe47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Modules/message.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@
extern PyObject* LDAPmessage_to_python( LDAP*ld, LDAPMessage*m, int add_ctrls, int add_intermediates );

#endif /* __h_message_ */

4 changes: 2 additions & 2 deletions Modules/options.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* See https://www.python-ldap.org/ for details. */

int LDAP_optionval_by_name(const char *name);
int LDAP_set_option(LDAPObject *self, int option, PyObject *value);
int LDAP_optionval_by_name(const char *name);
int LDAP_set_option(LDAPObject *self, int option, PyObject *value);
PyObject *LDAP_get_option(LDAPObject *self, int option);

void set_timeval_from_double( struct timeval *tv, double d );

0 comments on commit c25fe47

Please sign in to comment.