General: Convert TABs to spaces.

Some files appeared to not follow their own rules, check codestyle.txt
This commit is contained in:
2018-07-30 21:53:45 +02:00
parent 651dd9921a
commit 9676fb9852
10 changed files with 91 additions and 91 deletions

View File

@ -201,7 +201,7 @@ public Action:EventPlayerSpawnPost(Handle:timer, any:client)
WeaponsOnClientSpawnPost(client);
SEffectsOnClientSpawnPost(client);
ClassOnClientSpawnPost(client);
SpawnProtectOnClientSpawnPost(client); // Must be executed after class attributes are applied.
SpawnProtectOnClientSpawnPost(client); // Must be executed after class attributes are applied.
}
/**