
17 Nov
2016
17 Nov
'16
8:50 p.m.
On 15 November 2016 at 17:50, Andre Przywara andre.przywara@arm.com wrote:
The final line with the linefeeds should obviously only printed once (what the code actually does), but the indentation suggests otherwise.
Fix the indentation to avoid compiler warnings and puzzled readers.
Pointed out by GCC 6.2's -Wmisleading-indentation warning.
Signed-off-by: Andre Przywara andre.przywara@arm.com
cmd/tpm_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org