mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 20:26:20 +00:00
Format code correctly
This commit is contained in:
@@ -211,18 +211,21 @@ ui_win_unread(int index)
|
||||
}
|
||||
|
||||
gboolean
|
||||
ui_win_has_attention(int index) {
|
||||
return FALSE;
|
||||
ui_win_has_attention(int index)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
win_has_attention(ProfWin* window){
|
||||
return FALSE;
|
||||
win_has_attention(ProfWin* window)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
win_toggle_attention(ProfWin* window){
|
||||
return FALSE;
|
||||
win_toggle_attention(ProfWin* window)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
char*
|
||||
ui_ask_password(gboolean confirm)
|
||||
@@ -843,7 +846,7 @@ cons_show_wins(gboolean unread)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
void
|
||||
cons_show_wins_attention()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user