Added blank lines on the end of all files to get rid of warning from diff tool.

This commit is contained in:
richard
2009-05-01 11:22:45 +02:00
parent 0404230fc8
commit fcd3a2e48e
43 changed files with 42 additions and 44 deletions

View File

@ -152,4 +152,4 @@ public Market_PostOnWeaponSelected(client, &bool:allowed)
// Resend market menu.
ZMarketMenu(client);
}
}

View File

@ -470,4 +470,4 @@ public WeaponsMenuMarketHandle(Handle:menu_weapons_market, MenuAction:action, cl
{
CloseHandle(menu_weapons_market);
}
}
}

View File

@ -894,4 +894,4 @@ public RestrictCanUse(client, weapon, dummy1, dummy2, dummy3, dummy4)
// Allow pickup.
return Hacks_Continue;
}
}

View File

@ -376,4 +376,4 @@ WeaponForceClientDrop(client, weapon)
{
// Force client to drop weapon.
SDKCall(g_hToolsCSWeaponDrop, client, weapon, true, false);
}
}