Merge pull request #180 from diamante0018/indentation
[AssetHandler] Fix indentation
This commit is contained in:
commit
cba376a4dd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user