PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Sat, 19 Nov 2011 13:39:01 +0000 (14:39 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Wed, 23 Nov 2011 20:13:07 +0000 (21:13 +0100)
commit341d4166175e9b7911444f5a33b1c9efb8f15c85
treed08eb36c5cf3253f165f315c5c435781fbf55299
parentbb58dd5d1ffad6c2d21c69698ba766dad4ae54e6
PM: Fix indentation and remove extraneous whitespaces in kernel/power/main.c

Lack of proper indentation of the goto statement decreases the readability
of code significantly. In fact, this made me look twice at the code to check
whether it really does what it should be doing. Fix this.

And in the same file, there are some extra whitespaces. Get rid of them too.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
kernel/power/main.c