sound: sys_timer: indent poll_def_tmr() correctly
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 25 Feb 2015 13:27:10 +0000 (16:27 +0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 25 Feb 2015 19:08:07 +0000 (20:08 +0100)
The indenting here was really whacky and not consistent from one line to
the next.  I also reverse the "if (opened)" and "if (tmr_running)" tests
so that I could remove two indent levels.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/oss/sys_timer.c

Simple merge