Format code correctly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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