From 3ed53b7b3c6fb3a82f863e07414372681aa92768 Mon Sep 17 00:00:00 2001 From: Johann Klähn Date: Tue, 15 Jan 2013 00:31:12 +0100 Subject: whitespace cleanup --- src/amount.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/amount.cc') 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))); -- cgit v1.2.3