summaryrefslogtreecommitdiff
path: root/src/emacs.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.cc')
-rw-r--r--src/emacs.cc6
1 files changed, 3 insertions, 3 deletions
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: