1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Format code with clang-format 16

This commit is contained in:
Michael Vetter 2023-04-14 21:39:42 +02:00
parent 663c773bff
commit d17bcf619c
4 changed files with 121 additions and 118 deletions

View File

@ -47,7 +47,8 @@ int (*prof_cons_bad_cmd_usage)(const char *const cmd) = NULL;
void (*_prof_register_command)(const char* filename, const char* command_name, int min_args, int max_args,
char** synopsis, const char* description, char* arguments[][2], char** examples,
CMD_CB callback) = NULL;
CMD_CB callback)
= NULL;
void (*_prof_register_timed)(const char* filename, TIMED_CB callback, int interval_seconds) = NULL;
@ -113,8 +114,10 @@ int (*prof_room_unset_message_char)(const char *roomjid) = NULL;
int (*prof_chat_show)(const char* const barejid, const char* const message) = NULL;
int (*prof_chat_show_themed)(const char* const barejid, const char* const group, const char* const item, const char* const def,
const char *const ch, const char *const message) = NULL;
const char* const ch, const char* const message)
= NULL;
int (*prof_room_show)(const char* const roomjid, const char* const message) = NULL;
int (*prof_room_show_themed)(const char* const roomjid, const char* const group, const char* const item, const char* const def,
const char *const ch, const char *const message) = NULL;
const char* const ch, const char* const message)
= NULL;