summaryrefslogtreecommitdiff
path: root/src/common/torlog.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-02 13:22:00 +0200
committerNick Mathewson <nickm@torproject.org>2015-10-02 13:22:00 +0200
commit0e03a0421ee83892b1612f74f95c01c15b4aef19 (patch)
tree93b85d96dace1c6a8f4e272ee2484ff36a34cd51 /src/common/torlog.h
parent3b09322c9b388f68b26b891114affa869e84376c (diff)
downloadtor-0e03a0421ee83892b1612f74f95c01c15b4aef19.tar.gz
tor-0e03a0421ee83892b1612f74f95c01c15b4aef19.zip
Fix check-spaces complaints
Diffstat (limited to 'src/common/torlog.h')
-rw-r--r--src/common/torlog.h3
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);