From f640c6fbb11ed233d93580e23966dd8bdc5ab88f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 2 Mar 2010 22:17:34 +0100 Subject: main: some tabs->spaces --- src/main.c | 4 ++-- 1 file 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"); } /** -- cgit v1.2.3