Merge pull request #180 from diamante0018/indentation

[AssetHandler] Fix indentation
This commit is contained in:
Dss0 2022-01-29 17:25:39 +01:00 committed by GitHub
commit cba376a4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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