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';