From 85ef40fa57fd6b4b931394e82edbd2878966e3fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Sep 2008 21:08:06 +0200 Subject: code style, indent with tabs IV Follow the same code style als MPD itself. --- src/screen.c | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index 276500bd4..b6e2b7b79 100644 --- a/src/screen.c +++ b/src/screen.c @@ -543,15 +543,15 @@ ncurses_init(void) timeout(SCREEN_TIMEOUT); /* initialize mouse support */ #ifdef HAVE_GETMOUSE - if( options.enable_mouse ) + if (options.enable_mouse) mousemask(ALL_MOUSE_EVENTS, NULL); #endif - if( COLS