commit | 75f6829e18d6cfdf4706ddabcb945d1eec00e285 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Nov 16 00:50:12 2016 +0000 |
committer | Tom Rini <trini@konsulko.com> | Sun Dec 04 13:55:02 2016 -0500 |
tree | cdaae19fd2cd0e85d5d48ef703b9c356c16746ab | |
parent | b86d0fb49cc5a52e956d7422d2fe2a558cbb576b [diff] |
davinci: da8xxevm: fix indentation Apparently the indentation is wrong in this case, as the second message should be printed indepdently of the if statement. Fix this indentation to avoid both compiler warnings and puzzled readers. Pointed out by GCC 6.2's -Wmisleading-indentation warning. Signed-off-by: Andre Przywara <andre.przywara@arm.com>