format: satisfy linter

This commit is contained in:
rmntgx
2025-05-17 21:56:27 +00:00
parent 44d7836955
commit 0b02a2cef2
6 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
#include "util.h"
void setup(struct config);
int load(struct Vector * users, struct Vector * sessions);
int load(struct Vector *users, struct Vector *sessions);
void print_err(const char *);
void print_errno(const char *);