Skip to content

Commit 165bc49

Browse files
committed
meld strikes again! ignored leading whitespace differences
1 parent 014637a commit 165bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prd_multidecomp_ida.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1551,7 +1551,7 @@ def reorder_(self,resolvable,x_requires,orig_x_requires,fnptr_types):
15511551
if len(direct_unresolved)>1:
15521552
# let's put self-referencing type declarations that depend on other unresolved types at the end
15531553
dprint(f"DEBUG: FOURTH(1): {o} [{x_requires[o]}] => {direct_unresolved} [{initial_x_requires[o]}]")
1554-
fourth.append(o)
1554+
fourth.append(o)
15551555
else:
15561556
dprint(f"DEBUG: FOURTH(2): {o} [{x_requires[o]}] => {direct_unresolved} [{initial_x_requires[o]}]")
15571557
fourth.insert(0,o)

0 commit comments

Comments
 (0)