add newlines to files, thanks to tasioga for the patch

http://code.google.com/p/bullet/issues/detail?id=334
This commit is contained in:
erwin.coumans
2010-01-20 21:33:35 +00:00
parent 099c36a71e
commit 6b89f028bf
12 changed files with 24 additions and 12 deletions

View File

@@ -191,4 +191,5 @@ void btHfFluidBuoyantConvexShape::generateShape (btScalar radius, btScalar gap)
m_volumePerVoxel = btScalar(4.0f)/btScalar(3.0f)*SIMD_PI*radius*radius*radius;
m_totalVolume = m_numVoxels * m_volumePerVoxel;
m_radius = radius;
}
}