style cleanup: whitespace, braces

This commit is contained in:
2012-05-01 20:08:23 +00:00
parent 657e62c912
commit 6327c9aae1
21 changed files with 333 additions and 287 deletions

View File

@@ -1362,8 +1362,8 @@ static void do_particle_interpolation(ParticleSystem *psys, int p, ParticleData
/* now we should have in chronologiacl order k1<=k2<=t<=k3<=k4 with keytime between [0, 1]->[k2, k3] (k1 & k4 used for cardinal & bspline interpolation)*/
psys_interpolate_particle((pind->keyed || pind->cache || point_vel) ? -1 /* signal for cubic interpolation */
: (pind->bspline ? KEY_BSPLINE : KEY_CARDINAL)
, keys, keytime, result, 1);
: (pind->bspline ? KEY_BSPLINE : KEY_CARDINAL),
keys, keytime, result, 1);
/* the velocity needs to be converted back from cubic interpolation */
if (pind->keyed || pind->cache || point_vel)