projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e728e6
)
whitespace cleanup
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 16 Mar 2013 01:35:14 +0000
(
02:35
+0100)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/syslog.c
b/syslog.c
index a558e50a51b28a0cc3d943db6b036f8ba82bfd09..733bef6a95ea5be0290a1d42ed1a3b524976a80b 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)