commit 97ef486d2264f17d50e916c09458da5fbe12371c
parent 9845c8bbe1e68867fb06e826536bfd661d1a59df
Author: Joris Vink <joris@coders.se>
Date: Mon, 13 Dec 2021 10:48:29 +0100
Fix indentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/runtime.c b/src/runtime.c
@@ -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,