Explorar el Código

Fix indentation

flysand7 hace 9 meses
padre
commit
d48c351330
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/simd/simd.odin

+ 1 - 1
core/simd/simd.odin

@@ -1400,7 +1400,7 @@ Graphic below shows how the data gets written into memory.
 	mask: | 1  | 0  | 1  | 0  |
 	      +-------------------+
 	        |    |    |    |
-			v    X    v    X
+	        v    X    v    X
 	      +-------------------+
 	vals: | d0 | d1 | d2 | d3 |
 	      +-------------------+