From cdb527f07cf6ff4afa923a51859ac3901b2cfd99 Mon Sep 17 00:00:00 2001 From: Automatic source maintenance Date: Thu, 25 Mar 2010 18:13:04 -0600 Subject: [PATCH] SourceFormat Enforcement --- src/structs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.47.3