minor whitespace fixes

This commit is contained in:
Piotr Trojanek
2015-09-14 16:01:51 +01:00
parent 1c98835815
commit 804a25d668
6 changed files with 21 additions and 21 deletions

View File

@ -492,7 +492,7 @@ check_for_field (const char *str, gboolean *is_field,
while (pfx.str && *pfx.str && !isalnum(*pfx.str))
++pfx.str;
pfx.match = pfx.range_field = FALSE;
pfx.match = pfx.range_field = FALSE;
mu_msg_field_foreach ((MuMsgFieldForeachFunc)each_check_prefix,
&pfx);