Add clang-format configuration, clean up

This commit is contained in:
2021-10-30 03:10:17 +02:00
parent 1b9d89cab3
commit 5dec46df2c
3 changed files with 33 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ irc_free_message (struct irc_message *msg)
static void
irc_process_buffer (struct str *buf,
void (*callback)(const struct irc_message *, const char *, void *),
void (*callback) (const struct irc_message *, const char *, void *),
void *user_data)
{
char *start = buf->str, *end = start + buf->len;