hw/timer/sh_timer: Coding style clean-up
authorThomas Huth <thuth@redhat.com>
Tue, 20 Oct 2020 15:39:33 +0000 (17:39 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 26 Oct 2020 23:22:55 +0000 (00:22 +0100)
commit2f5af2dcf3cfd051e121fef2b861d46d113f1ac7
tree8a9c15160730687eb8121be433330f89eb4486c0
parentd06edeca2f26d33f5823e6ab883408dab6ef25dc
hw/timer/sh_timer: Coding style clean-up

Replace TAB characters with spaces, put code after case-statement on
separate lines and add some curly braces in related lines to keep
checkpatch.pl happy.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201020153935.54315-2-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/timer/sh_timer.c