From dea2aed0b509734ec4e1cd163ac2a4f013000da2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 Jun 2010 16:03:50 -0400 Subject: Untabified all source files --- src/emacs.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/emacs.cc') diff --git a/src/emacs.cc b/src/emacs.cc index 3c8bb256..7abdfd7f 100644 --- a/src/emacs.cc +++ b/src/emacs.cc @@ -42,11 +42,11 @@ void format_emacs_posts::write_xact(xact_t& xact) { if (xact.pos) out << "\"" << xact.pos->pathname << "\" " - << xact.pos->beg_line << " "; + << xact.pos->beg_line << " "; else out << "\"\" " << -1 << " "; - tm when = gregorian::to_tm(xact.date()); + tm when = gregorian::to_tm(xact.date()); std::time_t date = std::mktime(&when); out << "(" << (date / 65536) << " " << (date % 65536) << " 0) "; @@ -86,7 +86,7 @@ void format_emacs_posts::operator()(post_t& post) out << " (" << -1 << " "; out << "\"" << post.reported_account()->fullname() << "\" \"" - << post.amount << "\""; + << post.amount << "\""; switch (post.state()) { case item_t::CLEARED: -- cgit v1.2.3