From 1c7f674ee0cbb18d644551f4e88a73edeb11b867 Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 19 Sep 2017 00:10:36 +0200 Subject: [PATCH] Correct indentation --- src/dunst.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dunst.c b/src/dunst.c index a55a44e..064709c 100644 --- a/src/dunst.c +++ b/src/dunst.c @@ -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) {