fix editorconfig

This commit is contained in:
Ruben Ortlam 2026-02-14 13:02:32 +01:00
parent 02ccf81496
commit 32d504cd94
1 changed files with 1 additions and 1 deletions

View File

@ -260,4 +260,4 @@ void gqaStore(const in uint32_t r, const in uint32_t c, const in ACC_TYPEV4 elem
{
uint32_t offset = (iq2 + r) * HSV / 4 + c;
data_ov4[o_offset + offset] = D_TYPEV4(elems);
}
}