]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: strip trailing whitespace
authorLeif Lindholm <leif.lindholm@linaro.org>
Thu, 19 Sep 2019 12:04:27 +0000 (13:04 +0100)
committerLeif Lindholm <leif.lindholm@linaro.org>
Fri, 4 Oct 2019 10:18:22 +0000 (11:18 +0100)
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>
ArmPlatformPkg/Scripts/Ds5/profile.py
ArmPlatformPkg/Scripts/Makefile

index 8f74cf2a8bdfa111d49b29b2d2512d8d5a1e7944..f87dee24695c38f1784727e5e1189c4b564c0297 100644 (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:
index 09f1c9092328b87bcfa2dc8a139eb12f0c20619d..da949dc1ed5673dca190717ea646ee3127b9bce7 100644 (file)
@@ -1,6 +1,6 @@
 #/* @file\r
 #  Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
-#  \r
+#\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #*/\r