Skip to content

Commit 05f864e

Browse files
committed
cmpcodesize: tabs -> spaces
1 parent 3bc98e0 commit 05f864e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/cmpcodesize/cmpcodesize/compare.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ def addFunction(sizes, function, start_addr, end_addr, group_by_prefix):
5959

6060
if group_by_prefix:
6161
for infix in SortedInfixes:
62-
if infix in function:
62+
if infix in function:
6363
if GenericFunctionPrefix not in function:
64-
sizes[Infixes[infix]] += size
64+
sizes[Infixes[infix]] += size
6565
return
6666
for prefix in SortedPrefixes:
67-
if function.startswith(prefix):
67+
if function.startswith(prefix):
6868
# Special handling for function signature specializations
6969
# of generic specializations.
7070
if prefix == "__TTSf" and GenericFunctionPrefix in function:

0 commit comments

Comments
 (0)