diff --git a/lib/mu-msg-sexp.cc b/lib/mu-msg-sexp.cc index 966df4c8..45a92597 100644 --- a/lib/mu-msg-sexp.cc +++ b/lib/mu-msg-sexp.cc @@ -79,8 +79,8 @@ add_list_post (Sexp::List& list, MuMsg *msg) if (!list_post) return; - rx = g_regex_new ("?", G_REGEX_CASELESS, - (GRegexMatchFlags)0, NULL); + rx = g_regex_new ("?", + G_REGEX_CASELESS, (GRegexMatchFlags)0, NULL); g_return_if_fail(rx); if (g_regex_match (rx, list_post, (GRegexMatchFlags)0, &minfo)) {