style cleanup: multi-line if statements.

This commit is contained in:
2012-04-21 15:11:03 +00:00
parent 8765dfccf7
commit b56aabf815
45 changed files with 213 additions and 168 deletions

View File

@@ -6005,8 +6005,7 @@ void createTransData(bContext *C, TransInfo *t)
}
}
else if (ob && (ob->mode & OB_MODE_PARTICLE_EDIT)
&& PE_start_edit(PE_get_current(scene, ob))) {
else if (ob && (ob->mode & OB_MODE_PARTICLE_EDIT) && PE_start_edit(PE_get_current(scene, ob))) {
createTransParticleVerts(C, t);
t->flag |= T_POINTS;