Whitespace fix

This commit is contained in:
John Wiegley 2009-11-24 01:27:54 -05:00
parent 5ff2b88690
commit 68c3a9cfb7

View file

@ -115,7 +115,8 @@ void item_t::set_tag(const string& tag,
assert(result.second);
}
void item_t::parse_tags(const char * p, optional<date_t::year_type> current_year)
void item_t::parse_tags(const char * p,
optional<date_t::year_type> 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<date_t::year_type> current_year
}
}
void item_t::append_note(const char * p, optional<date_t::year_type> current_year)
void item_t::append_note(const char * p,
optional<date_t::year_type> current_year)
{
if (note) {
*note += '\n';