Explorar el Código

shader_decode: Fixup clang-format

ReinUsesLisp hace 7 años
padre
commit
4316eaf75c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/video_core/engines/shader_bytecode.h

+ 1 - 1
src/video_core/engines/shader_bytecode.h

@@ -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;