From b14c814fec11ab450c552bccf5fe7d96dc2c4e18 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Nov 2009 20:07:32 -0500 Subject: Whitespace fix --- src/item.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/item.h') diff --git a/src/item.h b/src/item.h index b65d482a..98b30c70 100644 --- a/src/item.h +++ b/src/item.h @@ -87,7 +87,7 @@ private: friend class boost::serialization::access; template - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & pathname; ar & beg_pos; ar & beg_line; @@ -200,7 +200,7 @@ private: friend class boost::serialization::access; template - void serialize(Archive & ar, const unsigned int /* version */) { + void serialize(Archive& ar, const unsigned int /* version */) { ar & boost::serialization::base_object >(*this); ar & boost::serialization::base_object(*this); ar & _state; -- cgit v1.2.3