From 4fad44987a3869accf103783b4b8768c282eb86a Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 16 Mar 2013 02:35:14 +0100 Subject: [PATCH] whitespace cleanup Signed-off-by: Felix Fietkau --- syslog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syslog.c b/syslog.c index a558e50..733bef6 100644 --- a/syslog.c +++ b/syslog.c @@ -165,12 +165,12 @@ static void klog_cb(struct ustream *s, int bytes) struct ustream_fd slog = { .stream.string_data = true, - .stream.notify_read = slog_cb, + .stream.notify_read = slog_cb, }; struct ustream_fd klog = { .stream.string_data = true, - .stream.notify_read = klog_cb, + .stream.notify_read = klog_cb, }; static int klog_open(void) -- 2.11.0