From 782c46d8671181e34e88a994dc2bbd914aab46b4 Mon Sep 17 00:00:00 2001 From: adrian <> Date: Tue, 19 Sep 2006 13:52:06 +0000 Subject: [PATCH] Un-astyle a flags definition --- src/fs/coss/store_coss.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) 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 -- 2.47.3