From: robertc <> Date: Tue, 18 Apr 2006 18:34:22 +0000 (+0000) Subject: Minor code format tweak. X-Git-Tag: SQUID_3_0_PRE4~261 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db2b2002cd2e37164c9db2b5b3b7b79f50aae8cb;p=thirdparty%2Fsquid.git Minor code format tweak. --- diff --git a/src/net_db.cc b/src/net_db.cc index bc7b05a27c..a0ba10043d 100644 --- a/src/net_db.cc +++ b/src/net_db.cc @@ -1,6 +1,6 @@ /* - * $Id: net_db.cc,v 1.183 2006/02/17 20:15:35 wessels Exp $ + * $Id: net_db.cc,v 1.184 2006/04/18 12:34:22 robertc Exp $ * * DEBUG: section 38 Network Measurement Database * AUTHOR: Duane Wessels @@ -453,7 +453,8 @@ netdbPath(char *path) * separately from the cache dirs, and also be settable in * squid.conf RBC 20041225 */ - snprintf(path, SQUID_MAXPATHLEN, "%s/netdb_state", dynamic_cast(Config.cacheSwap.swapDirs[0].getRaw())->path); + snprintf(path, SQUID_MAXPATHLEN, "%s/netdb_state", + dynamic_cast(Config.cacheSwap.swapDirs[0].getRaw())->path); } static void