whitespace cleanup
authorFelix Fietkau <nbd@openwrt.org>
Sat, 16 Mar 2013 01:35:14 +0000 (02:35 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 16 Mar 2013 01:35:14 +0000 (02:35 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
syslog.c

index a558e50..733bef6 100644 (file)
--- 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)