batch remove trailing spaces and convert windows \r\n line endings to linux \n

i don't want to have to do this again, fix your shitty code editors @commiters !!!
This commit is contained in:
BotoX
2018-08-09 19:35:44 +02:00
parent ff970b8d5f
commit eefb23882b
30 changed files with 1992 additions and 1992 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ public void RequestFrame_ClientSpawnPost(int client)
int ent = GivePlayerItem(client, "weapon_smokegrenade");
EquipPlayerWeapon(client, ent);
//PrintToChatAll("%N spawned in and got a smoke", client);
char sHumanClassName[64];