Skip to content

Commit 1c00a50

Browse files
borisbatclaude
andcommitted
Format daslib/aot_cpp.das
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a4d325a commit 1c00a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daslib/aot_cpp.das

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2536,7 +2536,7 @@ class public CppAot : AstVisitor {
25362536
write(*ss, "das_swizzle_ref<{type_str},{value_str},{int(expr.fields[0])}>::swizzle(");
25372537
} else {
25382538
if (length(expr.fields) == 1) {
2539-
let mask = fixed_array('x','y','z','w');
2539+
let mask = fixed_array('x', 'y', 'z', 'w');
25402540
let is64bit = expr._type.baseType == Type.tInt64 || expr._type.baseType == Type.tUInt64;
25412541
write(*ss, "v_extract_")
25422542
*ss |> write_char(mask[int(expr.fields[0])]);

0 commit comments

Comments
 (0)