]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/kwbimage.c
tools: kwbimage: Fix style violations
authorMario Six <mario.six@gdsys.cc>
Wed, 11 Jan 2017 15:00:54 +0000 (16:00 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Feb 2017 08:03:41 +0000 (09:03 +0100)
commit94490a4a707003f91cc384f367131ad91b82fd0e
tree0d92951fcfad469739498dfab48d711562ca2a68
parent94084eea3bd33a8a10b55a9717bd6ba762826323
tools: kwbimage: Fix style violations

Fix some style violations:

- nine instances of missing blank lines after declarations
- one overly long line
- one split string (which also rewords an error message more concisely)
- two superfluous else

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
tools/kwbimage.c