mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Fix indentation
This commit is contained in:
parent
9845c8bbe1
commit
97ef486d22
@ -46,7 +46,7 @@ struct kore_runtime kore_native_runtime = {
|
||||
KORE_RUNTIME_NATIVE,
|
||||
#if !defined(KORE_NO_HTTP)
|
||||
.http_request = native_runtime_http_request,
|
||||
.http_body_chunk= native_runtime_http_body_chunk,
|
||||
.http_body_chunk = native_runtime_http_body_chunk,
|
||||
.validator = native_runtime_validator,
|
||||
.wsconnect = native_runtime_connect,
|
||||
.wsmessage = native_runtime_wsmessage,
|
||||
|
Loading…
x
Reference in New Issue
Block a user