mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 08:26:21 +00:00
auto-format
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -1088,7 +1088,6 @@ prefs_set_roster_header_char(char* ch)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
prefs_clear_roster_header_char(void)
|
||||
{
|
||||
|
||||
@@ -314,7 +314,7 @@ _rosterwin_unsubscribed_item(ProfLayoutSplit* layout, ProfChatWin* chatwin)
|
||||
indent--;
|
||||
}
|
||||
}
|
||||
char *ch = prefs_get_roster_contact_char();
|
||||
char* ch = prefs_get_roster_contact_char();
|
||||
if (ch) {
|
||||
g_string_append_printf(msg, "%s", ch);
|
||||
free(ch);
|
||||
@@ -377,7 +377,7 @@ _rosterwin_contact(ProfLayoutSplit* layout, PContact contact)
|
||||
indent--;
|
||||
}
|
||||
}
|
||||
char *ch = prefs_get_roster_contact_char();
|
||||
char* ch = prefs_get_roster_contact_char();
|
||||
if (ch) {
|
||||
g_string_append_printf(msg, "%s", ch);
|
||||
free(ch);
|
||||
|
||||
Reference in New Issue
Block a user