gallium/drivers: Trivial code-style cleanup

Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Edward O'Callaghan
2015-12-04 16:47:56 +11:00
committed by Marek Olšák
parent 34782eec31
commit 25b3d554c4
16 changed files with 58 additions and 58 deletions

View File

@@ -605,7 +605,7 @@ static int replace_gpr_with_pv_ps(struct r600_bytecode *bc,
for (i = 0; i < max_slots; ++i) {
struct r600_bytecode_alu *alu = slots[i];
if(!alu)
if (!alu)
continue;
if (is_alu_64bit_inst(bc, alu))