v3d: Whitespace consistency fix.
authorEric Anholt <eric@anholt.net>
Mon, 4 Feb 2019 20:07:41 +0000 (12:07 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 5 Feb 2019 23:46:42 +0000 (15:46 -0800)
src/broadcom/compiler/vir_opt_copy_propagate.c

index dc35701e3db18ece677ca47671820d500494d57c..70ecfb9463628a9464bc9cca2009522b66daab32 100644 (file)
@@ -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) {