Fix indentation

This commit is contained in:
gingerBill
2025-10-30 13:05:22 +00:00
parent 20e3eb1b11
commit 7ae57bc4f4

View File

@@ -739,7 +739,7 @@ khtype :: enum c.int {
khkey :: struct {
key: cstring, /* points to a null-terminated string encoded with base64
if len is zero, otherwise to the "raw" data */
len: c.size_t,
len: c.size_t,
keytype: khtype,
}