Apply coding style
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#include <glib.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