From: wessels <> Date: Fri, 20 Dec 1996 04:35:24 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb386d04b7575c77034f5f6fcecc17f13251e72;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/store.cc b/src/store.cc index f2636445b0..d7486138a0 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.182 1996/12/19 21:24:17 wessels Exp $ + * $Id: store.cc,v 1.183 1996/12/19 21:35:24 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -622,7 +622,7 @@ unsigned int getKeyCounter(void) { static unsigned int key_counter = 0; - if (++key_counter == (1<<24)) + if (++key_counter == (1 << 24)) key_counter = 1; return key_counter; }