From a3145975e55bf5c907c1bf6c6e03b4d5a750d0a6 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Thu, 25 Feb 2010 15:25:43 +0000 Subject: [PATCH] Remove trailing whitespace git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18734 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/QuickFill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/QuickFill.c b/src/gnome-utils/QuickFill.c index 4b246be8b5..92ba59928d 100644 --- a/src/gnome-utils/QuickFill.c +++ b/src/gnome-utils/QuickFill.c @@ -256,7 +256,7 @@ quickfill_insert_recursive (QuickFill *qf, const char *text, int depth, if (qf == NULL) return; - + if ((text == NULL) || (g_utf8_strlen (text, -1) <= depth)) return;