mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 14:36:22 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
#include "xmpp/message.h"
|
||||
|
||||
ProfMessage *message_init(void) {
|
||||
ProfMessage*
|
||||
message_init(void)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void message_free(ProfMessage *message) {}
|
||||
void
|
||||
message_free(ProfMessage* message)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user