Code style

This commit is contained in:
2022-08-17 22:35:51 +02:00
parent 170337d4d5
commit 041e4d43a7
12 changed files with 11 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
#include <malloc.h>
#include <errno.h>
int compress_init(compress_ctx *ctx, int mode) {
ctx->gzip = NULL;
ctx->brotli = NULL;