summaryrefslogtreecommitdiff
path: root/src/amount.cc
diff options
context:
space:
mode:
authorJohann Klähn <kljohann@gmail.com>2013-01-15 00:31:12 +0100
committerJohann Klähn <kljohann@gmail.com>2013-01-16 23:11:45 +0100
commit3ed53b7b3c6fb3a82f863e07414372681aa92768 (patch)
tree321c4d97e31334536b52244e08e5a6e2483dc0df /src/amount.cc
parent6ff7dac73f78e885637b2827457ac5e4acfded67 (diff)
downloadfork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.tar.gz
fork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.tar.bz2
fork-ledger-3ed53b7b3c6fb3a82f863e07414372681aa92768.zip
whitespace cleanup
Diffstat (limited to 'src/amount.cc')
-rw-r--r--src/amount.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amount.cc b/src/amount.cc
index 4e658212..cba9a282 100644
--- a/src/amount.cc
+++ b/src/amount.cc
@@ -684,7 +684,7 @@ void amount_t::in_place_ceiling()
throw_(amount_error, _("Cannot ceiling an uninitialized amount"));
_dup();
-
+
mpz_t quot;
mpz_init(quot);
mpz_cdiv_q(quot, mpq_numref(MP(quantity)), mpq_denref(MP(quantity)));