kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit 90bf36a37bc564473ae664ecccf55231ee59c5bf
parent 262a2512f1409e908369307928b74c320fe33bc2
Author: Joris Vink <joris@coders.se>
Date:   Wed, 28 Oct 2020 15:44:18 +0100

whitespace

Diffstat:
src/acme.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acme.c b/src/acme.c @@ -185,7 +185,7 @@ static int acme_status_type(const char *); static int acme_request_run(struct acme_request *); static void acme_request_cleanup(struct acme_request *); static void acme_request_prepare(struct acme_request *, - int, const char *, const void *, size_t); + int, const char *, const void *, size_t); static void acme_request_json(struct kore_buf *, const char *, const char *, const char *);