]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
log: fix style
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 18 Feb 2025 21:25:51 +0000 (22:25 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 18 Feb 2025 21:42:17 +0000 (15:42 -0600)
Add a missing newline between two functions.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/282
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
tools/log.c

index e2e34cae8bfdd716b161ad21b3ca954d5a631309..acc1359b0c13108504a7a1532d44936ac80e2286 100644 (file)
@@ -80,6 +80,7 @@ _printf_format_(6, 0) static void log_kmod(void *data, int priority, const char
        free(str);
        (void)data;
 }
+
 void log_open(bool use_syslog)
 {
        log_use_syslog = use_syslog;