mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 14:20:36 +02:00
v3d: Whitespace consistency fix.
This commit is contained in:
parent
940501a446
commit
3c08ecf147
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ try_copy_prop(struct v3d_compile *c, struct qinst *inst, struct qinst **movs)
|
|||
|
||||
/* No composing the unpacks. */
|
||||
if (vir_has_unpack(inst, i))
|
||||
continue;
|
||||
continue;
|
||||
|
||||
/* these ops can't represent abs. */
|
||||
if (mov->qpu.alu.mul.a_unpack == V3D_QPU_UNPACK_ABS) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue