From b5097ced2bf621c0bf9b79c9bcc85bb715ce6218 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 10 Apr 2004 10:52:14 +0000 Subject: *** empty log message *** --- amount.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amount.cc') diff --git a/amount.cc b/amount.cc index 4d6a9754..6984d9bb 100644 --- a/amount.cc +++ b/amount.cc @@ -470,8 +470,8 @@ static void parse_number(mpz_t out, const std::string& number, else { static char buf[256]; - // The number is specified as the user desires, with the - // commodity telling us how to parse it. + // The number is specified as the user desires, with the commodity + // telling us how to parse it. std::memset(buf, '0', 255); std::strncpy(buf, num, std::strlen(num)); -- cgit v1.2.3