From: Automatic source maintenance Date: Fri, 26 Mar 2010 00:13:04 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_2_0_1~326 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb527f07cf6ff4afa923a51859ac3901b2cfd99;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/structs.h b/src/structs.h index ab31438a0e..6a7e71711b 100644 --- a/src/structs.h +++ b/src/structs.h @@ -512,9 +512,9 @@ struct SquidConfig { int n_allocated; int n_configured; } cacheSwap; -/* - * I'm sick of having to keep doing this .. - */ + /* + * I'm sick of having to keep doing this .. + */ #define INDEXSD(i) (Config.cacheSwap.swapDirs[(i)].getRaw()) struct {