summaryrefslogtreecommitdiff
path: root/src/lookup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lookup.cc')
-rw-r--r--src/lookup.cc2
1 files changed, 1 insertions, 1 deletions
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");