summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-06 17:35:26 +0100
committerMichael Adam <obnox@samba.org>2009-11-10 13:59:07 +0100
commit444ad3525048a84850352059f9d9690b2e5801f4 (patch)
tree7a32944e133e49f2bc7578ffa0c18b284e26bb53
parentc0c6db0a5e6efa3b2f3ba5c4ae45ce11cffb1857 (diff)
downloadtinyproxy-444ad3525048a84850352059f9d9690b2e5801f4.tar.gz
tinyproxy-444ad3525048a84850352059f9d9690b2e5801f4.zip
intentation: convert a tab to spaces
Michael
Diffstat (limited to '')
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 5d12c8d..57bf925 100644
--- a/src/log.c
+++ b/src/log.c
@@ -87,7 +87,7 @@ void truncate_log_file (void)
if (ftruncate (log_file_fd, 0) != 0) {
log_message (LOG_WARNING,
"Unable to truncate log file to zero length");
- }
+ }
}
/*