drivers: usb: core: hcd: if-else-braces fixed
authorMatthias Beyer <mail@beyermatthias.de>
Sat, 5 Oct 2013 16:02:10 +0000 (18:02 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 6 Oct 2013 01:00:08 +0000 (18:00 -0700)
Put else keyword on same line as closing brace from if statement, added
{ } braces as the styleguide says.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found