eina vector - fix indenting and 80 col overflow in inline header

This commit is contained in:
Carsten Haitzler 2016-05-21 23:37:07 +09:00
parent 668e6091fb
commit 2c07846b7d
1 changed files with 2 additions and 1 deletions

View File

@ -338,7 +338,8 @@ eina_vector3_homogeneous_position_transform(Eina_Vector3 *out, const Eina_Matrix
tmp.z = (m->xz * v->x) + (m->yz * v->y) + (m->zz * v->z) + m->wz;
eina_vector3_scale(out, &tmp,
1.0 / ((m->xw * v->x) + (m->yw * v->y) + (m->zw * v->z) + m->ww));
1.0 / ((m->xw * v->x) + (m->yw * v->y) +
(m->zw * v->z) + m->ww));
}
static inline void