From edf898f7d8c0c2cb0d925a3bda9752e977fae2c5 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 9 Dec 2009 00:02:10 +0200 Subject: [PATCH] * cosmetics --- src/mu-store-xapian.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mu-store-xapian.cc b/src/mu-store-xapian.cc index e0fdb37b..b8be8d0d 100644 --- a/src/mu-store-xapian.cc +++ b/src/mu-store-xapian.cc @@ -177,10 +177,10 @@ static void add_terms_values (const MuMsgField* field, MsgDoc* msgdoc) { MuMsgFieldType type; - - if (!mu_msg_field_is_xapian_enabled(field)) + + if (!mu_msg_field_is_xapian_enabled(field)) return; - + type = mu_msg_field_type (field); if (type == MU_MSG_FIELD_TYPE_STRING) {