From 7cd4ec122b837070f73338ff4dac6d13ec2b74de Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 Mar 2020 18:17:30 -0700 Subject: Simple whitespace fix --- src/xact.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xact.cc') diff --git a/src/xact.cc b/src/xact.cc index 10a7106a..60333004 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -397,7 +397,7 @@ bool xact_base_t::finalize() if (post->has_flags(POST_DEFERRED)) { if (!post->amount.is_null()) - post->account->add_deferred_post(id(), post); + post->account->add_deferred_post(id(), post); } else { post->account->add_post(post); } -- cgit v1.2.3