BulletSim: remove the trailing spaces from lines to make git happier

This commit is contained in:
Robert Adams
2012-09-27 09:31:33 -07:00
parent 5781d4d52d
commit 7b65985047
10 changed files with 275 additions and 276 deletions

View File

@@ -41,8 +41,8 @@ public struct BulletSim
public BulletSim(uint worldId, BSScene bss, IntPtr xx)
{
ptr = xx;
worldID = worldId;
scene = bss;
worldID = worldId;
scene = bss;
}
public IntPtr ptr;
public uint worldID;