+28
−28
File changed.
Contains only whitespace changes.
Loading
including - spaces to tabs - removing spaces before array indexing (foo [] to foo[]) - adding spaces around unary operator (foo? 1 : 0 to foo ? 1 : 0) - removed trailing whitespace Signed-off-by:Matthias Beyer <mail@beyermatthias.de> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
File changed.
Contains only whitespace changes.