summaryrefslogtreecommitdiffstats
path: root/src/broadcom
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2019-02-04 12:07:41 -0800
committerEric Anholt <[email protected]>2019-02-05 15:46:42 -0800
commit3c08ecf147e39003139c0772c4e5606acc58d097 (patch)
tree4185aa5685d069009fc212fc5db6f0ec8525ea68 /src/broadcom
parent940501a446ea954a4437c49d0683e5e7f9681bad (diff)
v3d: Whitespace consistency fix.
Diffstat (limited to 'src/broadcom')
-rw-r--r--src/broadcom/compiler/vir_opt_copy_propagate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/broadcom/compiler/vir_opt_copy_propagate.c b/src/broadcom/compiler/vir_opt_copy_propagate.c
index dc35701e3db..70ecfb94636 100644
--- a/src/broadcom/compiler/vir_opt_copy_propagate.c
+++ b/src/broadcom/compiler/vir_opt_copy_propagate.c
@@ -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) {