summaryrefslogtreecommitdiff
path: root/src/xact.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2020-03-27 18:17:30 -0700
committerJohn Wiegley <johnw@newartisans.com>2020-03-27 18:18:09 -0700
commit7cd4ec122b837070f73338ff4dac6d13ec2b74de (patch)
treee6ec3740a7c181311d191bdf2753cdf5e440ae0a /src/xact.cc
parentb1d8706fd09e714cb77d7e55d94b4124a90fe662 (diff)
downloadfork-ledger-7cd4ec122b837070f73338ff4dac6d13ec2b74de.tar.gz
fork-ledger-7cd4ec122b837070f73338ff4dac6d13ec2b74de.tar.bz2
fork-ledger-7cd4ec122b837070f73338ff4dac6d13ec2b74de.zip
Simple whitespace fix
Diffstat (limited to 'src/xact.cc')
-rw-r--r--src/xact.cc2
1 files changed, 1 insertions, 1 deletions
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);
}