aboutsummaryrefslogtreecommitdiff
path: root/liberty-proto.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:10:17 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-30 03:10:17 +0200
commit5dec46df2c209095d712630fbdade058e7c748de (patch)
tree49e2813a4706f1c3b9ecb182bd0794aea07695cf /liberty-proto.c
parent1b9d89cab3bb1df73c58ccd8528eafd21a8c6e40 (diff)
downloadliberty-5dec46df2c209095d712630fbdade058e7c748de.tar.gz
liberty-5dec46df2c209095d712630fbdade058e7c748de.tar.xz
liberty-5dec46df2c209095d712630fbdade058e7c748de.zip
Add clang-format configuration, clean up
Diffstat (limited to 'liberty-proto.c')
-rw-r--r--liberty-proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberty-proto.c b/liberty-proto.c
index f7a62fd..2e92b9d 100644
--- a/liberty-proto.c
+++ b/liberty-proto.c
@@ -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;