diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:22:00 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-02 13:22:00 +0200 |
commit | 0e03a0421ee83892b1612f74f95c01c15b4aef19 (patch) | |
tree | 93b85d96dace1c6a8f4e272ee2484ff36a34cd51 /src/common/torlog.h | |
parent | 3b09322c9b388f68b26b891114affa869e84376c (diff) | |
download | tor-0e03a0421ee83892b1612f74f95c01c15b4aef19.tar.gz tor-0e03a0421ee83892b1612f74f95c01c15b4aef19.zip |
Fix check-spaces complaints
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r-- | src/common/torlog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/torlog.h b/src/common/torlog.h index 57679b5f5c..722d595ee0 100644 --- a/src/common/torlog.h +++ b/src/common/torlog.h @@ -135,7 +135,8 @@ void add_stream_log(const log_severity_list_t *severity, const char *name, int add_file_log(const log_severity_list_t *severity, const char *filename, const int truncate); #ifdef HAVE_SYSLOG_H -int add_syslog_log(const log_severity_list_t *severity, const char* syslog_identity_tag); +int add_syslog_log(const log_severity_list_t *severity, + const char* syslog_identity_tag); #endif int add_callback_log(const log_severity_list_t *severity, log_callback cb); void logs_set_domain_logging(int enabled); |