summaryrefslogtreecommitdiff
path: root/src/common/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/log.c')
-rw-r--r--src/common/log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/log.c b/src/common/log.c
index c61d0a5d4a..7e351aed2a 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -124,7 +124,7 @@ static INLINE char *format_msg(char *buf, size_t buf_len,
else
n += r;
}
-
+
r = tor_vsnprintf(buf+n,buf_len-n,format,ap);
if(r < 0) {
n = buf_len-2;
@@ -413,7 +413,6 @@ int get_min_log_level(void)
return min;
}
-
/*
Local Variables:
mode:c