Whitespace fix

This commit is contained in:
John Wiegley 2013-05-19 02:41:38 -05:00
parent 2a97dcc239
commit 62c2ab968c

View file

@ -1075,7 +1075,7 @@ namespace {
post_t& balance_post = temps.create_post(xact, &balance_account);
balance_post.amount = - amount;
(*handler)(balance_post);
}
}
};
}