diff options
author | yaworsky <yaworsky> | 2005-11-29 10:14:02 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-29 10:14:02 +0000 |
commit | 20da2ab20c24a5e13b18238a1be3af7d862c2e1f (patch) | |
tree | 6888e1ef9d64da417799e155ee96033b69971876 /daemon/syslogd.h | |
parent | ffe303d7937f478fccbb302c04e63e0cbfd7867e (diff) | |
download | syslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.tar.gz syslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.tar.xz syslog-win32-20da2ab20c24a5e13b18238a1be3af7d862c2e1f.zip |
Fixed indentation.
Diffstat (limited to 'daemon/syslogd.h')
-rw-r--r-- | daemon/syslogd.h | 4 |
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 */ |