]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Scripts/Ds5/profile.py
ArmPlatformPkg: strip trailing whitespace
[mirror_edk2.git] / ArmPlatformPkg / Scripts / Ds5 / profile.py
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: