Skip to content

Commit 4a2c324

Browse files
committed
Cleanup
1 parent b17301e commit 4a2c324

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/glisy/vec4.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ struct vec4 { float x; float y; float z; float w; };
230230
vec4 c; \
231231
float x = (a).x, y = (a).y, z = (a).z, w = (a).w; \
232232
float qx = (b).x, qy = (b).y, qz = (b).z, qw = (b).w; \
233-
\
234233
float ix = qw * x + qy * z - qz * y; \
235234
float iy = qw * y + qz * x - qx * z; \
236235
float iz = qw * z + qx * y - qy * x; \

0 commit comments

Comments
 (0)