diff options
author | Pavel Borzenkov | 2011-08-26 15:34:37 +0200 |
---|---|---|
committer | Blue Swirl | 2011-08-27 17:44:16 +0200 |
commit | 01c4330b58909612ac202573da6e1a872b8bb0ad (patch) | |
tree | 688c70b2e62ce1b99cb42bcdf65a5f6432625992 /tcg/optimize.c | |
parent | Fix linker scripts (diff) | |
download | qemu-01c4330b58909612ac202573da6e1a872b8bb0ad.tar.gz qemu-01c4330b58909612ac202573da6e1a872b8bb0ad.tar.xz qemu-01c4330b58909612ac202573da6e1a872b8bb0ad.zip |
checkpatch: fix braces {} handling
checkpatch.pl doesn't report warning for if/else statements with missing
'else' braces:
if (something) {
foo;
} else
bar;
The patch has been tested using the last 100 commits.
Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tcg/optimize.c')
0 files changed, 0 insertions, 0 deletions