From fd708dfd029ba0478d06c5fad87d836bd04c1762 Mon Sep 17 00:00:00 2001 From: progandy Date: Sun, 7 Oct 2012 22:10:53 +0200 Subject: [PATCH] fix indentation --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst.c b/dunst.c index fed36ba..d500f21 100644 --- a/dunst.c +++ b/dunst.c @@ -1303,7 +1303,7 @@ void setup(void) DefaultScreen(dc->dpy)), CWOverrideRedirect | CWBackPixmap | CWEventMask, &wa); transparency = transparency > 100 ? 100 : transparency; - setopacity(dc, win, (unsigned long)((100 - transparency) * (0xffffffff/100))); + setopacity(dc, win, (unsigned long)((100 - transparency) * (0xffffffff/100))); grab_key(&history_ks); }