commit | cbe41cad0107479ef20d935de0546239c260cef8 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:38 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | 4719f931617f6817e6c32d0301c844f4c8e03767 | |
parent | c7e359ee4607536c005a3354ad2419d82c6b651a [diff] |
cfi_flash: Remove braces for single-statement blocks Blocks with a single statement should not be enclosed in braces. Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>