summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-03-02 22:17:34 +0100
committerMichael Adam <obnox@samba.org>2010-03-02 22:17:34 +0100
commitf640c6fbb11ed233d93580e23966dd8bdc5ab88f (patch)
tree754d4cf79c51640b8ce130456b07e9f3fb01acf8 /src/main.c
parentfcf5fd2129cc86cf620515429895a8ecce6bc545 (diff)
downloadtinyproxy-f640c6fbb11ed233d93580e23966dd8bdc5ab88f.tar.gz
tinyproxy-f640c6fbb11ed233d93580e23966dd8bdc5ab88f.zip
main: some tabs->spaces
Diffstat (limited to '')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ed3a5eb..1d63d92 100644
--- a/src/main.c
+++ b/src/main.c
@@ -345,8 +345,8 @@ static void initialize_config_defaults (struct config_s *conf)
conf->errorpages = NULL;
conf->stathost = safestrdup (TINYPROXY_STATHOST);
conf->idletimeout = MAX_IDLE_TIME;
- conf->logf_name = safestrdup (LOCALSTATEDIR "/log/tinyproxy.log");
- conf->pidpath = safestrdup (LOCALSTATEDIR "/run/tinyproxy.pid");
+ conf->logf_name = safestrdup (LOCALSTATEDIR "/log/tinyproxy.log");
+ conf->pidpath = safestrdup (LOCALSTATEDIR "/run/tinyproxy.pid");
}
/**