mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 03:06:21 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_LIBGPGME
|
||||
void cmd_pgp_shows_usage_when_no_args(void **state);
|
||||
void cmd_pgp_start_shows_message_when_disconnected(void **state);
|
||||
void cmd_pgp_start_shows_message_when_disconnecting(void **state);
|
||||
void cmd_pgp_start_shows_message_when_connecting(void **state);
|
||||
void cmd_pgp_start_shows_message_when_undefined(void **state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_console(void **state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_muc(void **state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_conf(void **state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_private(void **state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_xmlconsole(void **state);
|
||||
void cmd_pgp_shows_usage_when_no_args(void** state);
|
||||
void cmd_pgp_start_shows_message_when_disconnected(void** state);
|
||||
void cmd_pgp_start_shows_message_when_disconnecting(void** state);
|
||||
void cmd_pgp_start_shows_message_when_connecting(void** state);
|
||||
void cmd_pgp_start_shows_message_when_undefined(void** state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_console(void** state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_muc(void** state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_conf(void** state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_private(void** state);
|
||||
void cmd_pgp_start_shows_message_when_no_arg_in_xmlconsole(void** state);
|
||||
#else
|
||||
void cmd_pgp_shows_message_when_pgp_unsupported(void **state);
|
||||
void cmd_pgp_shows_message_when_pgp_unsupported(void** state);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user