mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Fix indentation
This commit is contained in:
2
vendor/curl/curl.odin
vendored
2
vendor/curl/curl.odin
vendored
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user