Whitespace fix
This commit is contained in:
parent
2a97dcc239
commit
62c2ab968c
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ namespace {
|
||||||
post_t& balance_post = temps.create_post(xact, &balance_account);
|
post_t& balance_post = temps.create_post(xact, &balance_account);
|
||||||
balance_post.amount = - amount;
|
balance_post.amount = - amount;
|
||||||
(*handler)(balance_post);
|
(*handler)(balance_post);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue