From de539ea3f8963574babafeadb5900160de5e60e8 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Thu, 2 Jun 2011 11:07:57 +0300 Subject: [PATCH] * cosmetics --- src/mu-str.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mu-str.h b/src/mu-str.h index 545fa1b3..ba772d34 100644 --- a/src/mu-str.h +++ b/src/mu-str.h @@ -167,8 +167,8 @@ char* mu_str_normalize_in_place (char *str, gboolean downcase); * string contains an '@', replace '@', single-'.' with '_'. Also, * replace ':' with '_', if it's not following a xapian-prefix (such * as 'subject:', 't:' etc, as defined in mu-msg-fields.[ch]). - * changing is done in-place (by changing the argument string). in - * any case, the string will be downcased. + * changing is done in-place (by changing the argument string). in any + * case, the string will be downcased. * * works for ascii strings, like e-mail addresses and message-id. *