aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-11-29 10:14:02 +0000
committeryaworsky <yaworsky>2005-11-29 10:14:02 +0000
commit20da2ab20c24a5e13b18238a1be3af7d862c2e1f (patch)
tree6888e1ef9d64da417799e155ee96033b69971876
parentffe303d7937f478fccbb302c04e63e0cbfd7867e (diff)
downloadsyslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.tar.gz
syslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.tar.xz
syslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.zip
Fixed indentation.
-rw-r--r--daemon/syslogd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/syslogd.h b/daemon/syslogd.h
index 97b02ea..7b41db8 100644
--- a/daemon/syslogd.h
+++ b/daemon/syslogd.h
@@ -176,8 +176,8 @@ struct destination
gchar *encoding;
union
{
- struct destination_file file;
- struct destination_relay relay;
+ struct destination_file file;
+ struct destination_relay relay;
} u;
void *extra;
/* methods */