]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/xyzModem.c: move empty statements to newline
authorJeroen Hofstee <jeroen@myspectrum.nl>
Tue, 10 Jun 2014 23:04:42 +0000 (01:04 +0200)
committerTom Rini <trini@ti.com>
Wed, 11 Jun 2014 20:27:06 +0000 (16:27 -0400)
commite153b13c8e300236e6d505bea629cc81fd0988cb
tree3e8874c839f8d42c776c1630f483f4ca8e6510e0
parent46f46fd48e08ccd0f0cf2e9f38b5f32ad530a33f
common/xyzModem.c: move empty statements to newline

To prevent a warning for clang the loop without a body
is made more clear by moving it to a line of its own.
This prevents a clang warning.

cc: sbabic@denx.de
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
common/xyzModem.c