ArmPlatformPkg: strip trailing whitespace

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
This commit is contained in:
Leif Lindholm 2019-09-19 13:04:27 +01:00
parent 92c8588f93
commit df8f8688b8
2 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ for (key,value) in sorted_functions_cycles[:20]:
else:
break;
print "----"
for (key,value) in sorted_all_functions_cycles[:20]:
for (key,value) in sorted_all_functions_cycles[:20]:
if value[0] != 0:
print "%s (cycles: %d - %d%%, count: %d)" % (key, value[0], (value[0] * 100) / total_cycles, value[1])
else:

View File

@ -1,6 +1,6 @@
#/* @file
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
#
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#*/