summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-05-19 02:41:38 -0500
committerJohn Wiegley <johnw@newartisans.com>2013-05-19 02:41:38 -0500
commit62c2ab968c2ec412624bc0f001f7f771c358e442 (patch)
treecbaf3971746fca364c17acccbed34f8a1bd19aed /src/filters.cc
parent2a97dcc239193d54ff0cf1a9196797140a6eafa9 (diff)
downloadfork-ledger-62c2ab968c2ec412624bc0f001f7f771c358e442.tar.gz
fork-ledger-62c2ab968c2ec412624bc0f001f7f771c358e442.tar.bz2
fork-ledger-62c2ab968c2ec412624bc0f001f7f771c358e442.zip
Whitespace fix
Diffstat (limited to 'src/filters.cc')
-rw-r--r--src/filters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc
index 9b8e4fc6..f1525db3 100644
--- a/src/filters.cc
+++ b/src/filters.cc
@@ -1075,7 +1075,7 @@ namespace {
post_t& balance_post = temps.create_post(xact, &balance_account);
balance_post.amount = - amount;
(*handler)(balance_post);
- }
+ }
};
}