mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 07:36:22 +00:00
Revert "Apply coding style"
This reverts commit 9b55f2dec0.
Sorting the includes creates some problems.
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
#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