From 68c3a9cfb7fe9f7a6299f8a81dfefa77363d8e19 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Nov 2009 01:27:54 -0500 Subject: Whitespace fix --- src/item.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/item.cc b/src/item.cc index da6429ed..99d1d835 100644 --- a/src/item.cc +++ b/src/item.cc @@ -115,7 +115,8 @@ void item_t::set_tag(const string& tag, assert(result.second); } -void item_t::parse_tags(const char * p, optional current_year) +void item_t::parse_tags(const char * p, + optional current_year) { if (const char * b = std::strchr(p, '[')) { if (*(b + 1) != '\0' && @@ -164,7 +165,8 @@ void item_t::parse_tags(const char * p, optional current_year } } -void item_t::append_note(const char * p, optional current_year) +void item_t::append_note(const char * p, + optional current_year) { if (note) { *note += '\n'; -- cgit v1.2.3