From: Leif Lindholm Date: Thu, 19 Sep 2019 12:04:27 +0000 (+0100) Subject: ArmPlatformPkg: strip trailing whitespace X-Git-Tag: edk2-stable201911~211 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=df8f8688b87334a0577ecb2277f3d9488e0de93b ArmPlatformPkg: strip trailing whitespace Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel Reviewed-by: Philippe Mathieu-Daude --- 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 # #*/