Fix cursed indentation :D

This commit is contained in:
FutureRave 2022-01-29 14:11:52 +00:00
parent 0cf1143f94
commit 34ea31bd50
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955
2 changed files with 42 additions and 46 deletions

View File

@ -119,7 +119,6 @@ namespace Components
push esi
push edi
push eax
pushad
@ -130,14 +129,12 @@ namespace Components
popad
pop eax
test al, al
jnz checkTempAssets
mov ecx, [esp + 18h] // Asset type
mov ebx, [esp + 1Ch] // Filename
push eax
pushad
@ -152,7 +149,6 @@ namespace Components
popad
pop eax
test eax, eax
jnz finishFound