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

@@ -1210,7 +1210,7 @@ wins_get_next_unread(void)
GList* curr = values;
while (curr) {
int curr_win_num = GPOINTER_TO_INT(curr->data);
int curr_win_num = GPOINTER_TO_INT(curr->data);
ProfWin* window = wins_get_by_num(curr_win_num);
// test if window has unread messages