Correct indentation

This commit is contained in:
Benedikt Heine 2017-09-19 00:10:36 +02:00
parent 2acc4be55b
commit 1c7f674ee0

View File

@ -232,15 +232,15 @@ gboolean run(void *data)
}
if (displayed->length > 0 && !xctx.visible && !pause_display) {
x_win_show();
x_win_show();
}
if (xctx.visible && (pause_display || displayed->length == 0)) {
x_win_hide();
x_win_hide();
}
if (xctx.visible) {
x_win_draw();
x_win_draw();
}
if (xctx.visible) {