From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lookup.cc') diff --git a/src/lookup.cc b/src/lookup.cc index 28007d9a..452727d6 100644 --- a/src/lookup.cc +++ b/src/lookup.cc @@ -92,7 +92,7 @@ lookup_probable_account(const string& ident, if ((CURRENT_DATE() - xact->date()).days() > 700) continue; #endif - + // An exact match is worth a score of 100 and terminates the search if (ident == xact->payee) { DEBUG("lookup", " we have an exact match, score = 100"); -- cgit v1.2.3