From fcabd64a8981004179fa94c0f58ade7e993399b4 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Apr 2012 01:36:31 -0500 Subject: Whitespace fix --- src/item.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index a1160329..1e8db1e0 100644 --- a/src/item.h +++ b/src/item.h @@ -118,8 +118,7 @@ public: optional metadata; item_t(flags_t _flags = ITEM_NORMAL, const optional& _note = none) - : supports_flags(_flags), _state(UNCLEARED), - note(_note) + : supports_flags(_flags), _state(UNCLEARED), note(_note) { TRACE_CTOR(item_t, "flags_t, const string&"); } -- cgit v1.2.3