From 3569ece513b974be176cf2c712cf680e5d88e589 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sun, 20 Sep 2009 03:32:07 +0200 Subject: [PATCH] minor indentation fixup --- src/conky.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conky.c b/src/conky.c index 6a356079..3bc4222e 100644 --- a/src/conky.c +++ b/src/conky.c @@ -4514,8 +4514,8 @@ static void main_loop(void) case PropertyNotify: { - if ( ev.xproperty.state == PropertyNewValue ) { - get_x11_desktop_info( ev.xproperty.display, ev.xproperty.atom ); + if ( ev.xproperty.state == PropertyNewValue ) { + get_x11_desktop_info( ev.xproperty.display, ev.xproperty.atom ); } break; } @@ -4776,7 +4776,7 @@ static void main_loop(void) #endif /* HAVE_SYS_INOTIFY_H */ #ifdef HAVE_LUA - llua_update_info(&info, update_interval); + llua_update_info(&info, update_interval); #endif /* HAVE_LUA */ g_signal_pending = 0; }