From: adrian <> Date: Tue, 19 Sep 2006 13:52:06 +0000 (+0000) Subject: Un-astyle a flags definition X-Git-Tag: SQUID_3_0_PRE5~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782c46d8671181e34e88a994dc2bbd914aab46b4;p=thirdparty%2Fsquid.git Un-astyle a flags definition --- diff --git a/src/fs/coss/store_coss.h b/src/fs/coss/store_coss.h index a97ab8069a..48354a6f86 100644 --- a/src/fs/coss/store_coss.h +++ b/src/fs/coss/store_coss.h @@ -32,15 +32,9 @@ public: struct _cossmembuf_flags { - -unsigned int full: - 1; - -unsigned int writing: - 1; - } - - flags; + unsigned int full:1; + unsigned int writing:1; + } flags; }; struct _cossindex