mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 09:26:22 +00:00
Apply coding style
Regards https://github.com/profanity-im/profanity/issues/1396
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void avatar_pep_subscribe(void) {};
|
||||
gboolean avatar_get_by_nick(const char* nick) {return TRUE;}
|
||||
|
||||
void avatar_pep_subscribe(void){};
|
||||
gboolean
|
||||
avatar_get_by_nick(const char* nick)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user