shader_decode: Fixup clang-format

This commit is contained in:
ReinUsesLisp
2018-12-21 19:10:45 -03:00
parent 15fd1c7b80
commit 64eb2135b8

View File

@@ -613,7 +613,7 @@ union Instruction {
BitField<31, 1, u64> negate_b;
BitField<30, 1, u64> abs_b;
BitField<28 , 2, HalfType> type_b;
BitField<28, 2, HalfType> type_b;
BitField<35, 2, HalfType> type_c;
} alu_half;