From: wessels <> Date: Fri, 16 May 1997 05:30:58 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5010 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0f3ef9cef92600084beb9dd9913cd54c36d3d48;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 225053d298..709035d296 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.188 1997/05/15 01:28:44 wessels Exp $ + * $Id: cache_cf.cc,v 1.189 1997/05/15 23:30:58 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -1155,8 +1155,8 @@ parseConfigFile(const char *file_name) else if (!strcmp(token, "pid_filename")) parsePathname(&Config.pidFilename, 0); - else if (!strcmp(token, "mime_table")) - parsePathname(&Config.mimeTablePathname, 1); + else if (!strcmp(token, "mime_table")) + parsePathname(&Config.mimeTablePathname, 1); else if (!strcmp(token, "visible_hostname")) parseVisibleHostnameLine();