diff options
author | Tim Collier <osdevtc@gmail.com> | 2018-09-26 23:06:28 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-28 14:43:52 +0200 |
commit | 27575665f39c8c23d2a55d96665acf7151aad005 (patch) | |
tree | 0c0c3628bb97c763b3d89fcc46ecac0f8ab628a1 /samples/v4l | |
parent | 04950c3faa212ada8753a316738030c21e013f75 (diff) | |
download | linux-27575665f39c8c23d2a55d96665acf7151aad005.tar.bz2 |
staging: wlan-ng: make switch case block format consistent
For switch statements with case blocks make the format consistent by
applying K&R formatting, a space before the opening brace, single
indentation of contained code, break inside the block and closing
brace aligned with case.
Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/v4l')
0 files changed, 0 insertions, 0 deletions