Format code correctly

This commit is contained in:
Michael Vetter
2021-10-05 10:01:27 +02:00
parent 7e8cf4a3d6
commit f21595597f
28 changed files with 97 additions and 97 deletions

View File

@@ -116,6 +116,7 @@ omemo_encrypt_file(FILE* in, FILE* out, off_t file_size, int* gcry_res)
void omemo_free(void* a){};
uint32_t
omemo_device_id() {
return 123;
omemo_device_id()
{
return 123;
}

View File

@@ -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()
{
}