From 6f5464f34ceec9e5701e3e3e651a40f9e6b3a072 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 26 May 2009 23:21:02 -0400 Subject: Remove trailing whitespace, again. --- e-util/e-util-labels.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e-util/e-util-labels.c') diff --git a/e-util/e-util-labels.c b/e-util/e-util-labels.c index a7d5913bbd..ba1d0113a0 100644 --- a/e-util/e-util-labels.c +++ b/e-util/e-util-labels.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see + * License along with the program; if not, see * * * Authors: @@ -218,7 +218,7 @@ find_label (GSList *labels, const char *tag) for (l = labels; l; l = l->next) { EUtilLabel *label = l->data; - + if (label && label->tag && !strcmp (tag, label->tag)) return label; } -- cgit