Merge pull request #378 from bebehei/style

Correct indentation
This commit is contained in:
Nikos Tsipinakis 2017-09-19 09:12:31 +03:00 committed by GitHub
commit 8a0c0d3756

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) {