fix newlines in source files

This commit is contained in:
Chris Forbes
2011-09-17 11:26:17 +12:00
parent 9480846250
commit 776a1aa817
7 changed files with 106 additions and 106 deletions

View File

@@ -23,8 +23,8 @@ namespace OpenRA.Mods.RA
}
public class LimitedAmmo : INotifyAttack, IPips, ISync
{
[Sync]
{
[Sync]
int ammo;
LimitedAmmoInfo Info;