Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -46,10 +46,10 @@
|
||||
|
||||
#include "xmpp/xmpp.h"
|
||||
|
||||
DataForm* form_create(xmpp_stanza_t *const stanza);
|
||||
xmpp_stanza_t* form_create_submission(DataForm *form);
|
||||
char* form_get_form_type_field(DataForm *form);
|
||||
GSList* form_get_non_form_type_fields_sorted(DataForm *form);
|
||||
GSList* form_get_field_values_sorted(FormField *field);
|
||||
DataForm* form_create(xmpp_stanza_t* const stanza);
|
||||
xmpp_stanza_t* form_create_submission(DataForm* form);
|
||||
char* form_get_form_type_field(DataForm* form);
|
||||
GSList* form_get_non_form_type_fields_sorted(DataForm* form);
|
||||
GSList* form_get_field_values_sorted(FormField* field);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user