commit | 419b6a4704cac383dda1527e1874af41e51276d0 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Jun 11 01:04:42 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Wed Jun 11 16:27:06 2014 -0400 |
tree | 3e8874c839f8d42c776c1630f483f4ca8e6510e0 | |
parent | bd45d54255ec1ab1ee11ae8efb01e10703c72591 [diff] |
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>