diff options
author | Leif Lindholm <leif.lindholm@linaro.org> | 2019-09-19 13:04:27 +0100 |
---|---|---|
committer | Leif Lindholm <leif.lindholm@linaro.org> | 2019-10-04 11:18:22 +0100 |
commit | df8f8688b87334a0577ecb2277f3d9488e0de93b (patch) | |
tree | 2e999c4570ac8e3c8400465dab7db7195aa27aed /ArmPlatformPkg/Scripts | |
parent | 92c8588f9388d696317db29a301b97b97e67dbed (diff) | |
download | edk2-df8f8688b87334a0577ecb2277f3d9488e0de93b.tar.gz edk2-df8f8688b87334a0577ecb2277f3d9488e0de93b.tar.bz2 edk2-df8f8688b87334a0577ecb2277f3d9488e0de93b.zip |
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>
Diffstat (limited to 'ArmPlatformPkg/Scripts')
-rw-r--r-- | ArmPlatformPkg/Scripts/Ds5/profile.py | 2 | ||||
-rw-r--r-- | ArmPlatformPkg/Scripts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/Scripts/Ds5/profile.py b/ArmPlatformPkg/Scripts/Ds5/profile.py index 8f74cf2a8b..f87dee2469 100644 --- a/ArmPlatformPkg/Scripts/Ds5/profile.py +++ b/ArmPlatformPkg/Scripts/Ds5/profile.py @@ -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: diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile index 09f1c90923..da949dc1ed 100644 --- a/ArmPlatformPkg/Scripts/Makefile +++ b/ArmPlatformPkg/Scripts/Makefile @@ -1,6 +1,6 @@ #/* @file
# Copyright (c) 2011-2015, ARM Limited. All rights reserved.
-#
+#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#*/
|