Remove stray space
authorFabian Keil <fk@fabiankeil.de>
Sun, 2 Jun 2024 13:45:16 +0000 (15:45 +0200)
committerFabian Keil <fk@fabiankeil.de>
Sun, 9 Jun 2024 13:24:07 +0000 (15:24 +0200)
errlog.c

index f135e31..3446b72 100644 (file)
--- a/errlog.c
+++ b/errlog.c
@@ -652,7 +652,7 @@ void log_error(int loglevel, const char *fmt, ...)
    char outbuf[LOG_BUFFER_SIZE+1];
    char tempbuf[LOG_BUFFER_SIZE];
    size_t length = 0;
-   const char * src = fmt;
+   const char *src = fmt;
    long thread_id;
    char timestamp[30];
    const size_t log_buffer_size = LOG_BUFFER_SIZE;