diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-03-16 02:35:14 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-03-16 02:35:14 +0100 |
commit | 4fad44987a3869accf103783b4b8768c282eb86a (patch) | |
tree | 9baaa92a07724a4948e6ab42ca7bc71ec2d24dcd | |
parent | 8e728e62d2c7875dc9291797bff8e19a7340405f (diff) | |
download | unitd-4fad44987a3869accf103783b4b8768c282eb86a.tar unitd-4fad44987a3869accf103783b4b8768c282eb86a.zip |
whitespace cleanup
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r-- | syslog.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |