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

@ -114,7 +114,7 @@ void mu_msg_field_foreach (MuMsgFieldForeachFunc func, gconstpointer data);
* @return the name of the field as a constant string, or
* NULL if the field is unknown
*/
const char* mu_msg_field_name (MuMsgFieldId id) G_GNUC_PURE;
const char* mu_msg_field_name (MuMsgFieldId id) G_GNUC_PURE;
/**
* get the shortcut of the field -- this a shortcut that can be use in
@ -134,7 +134,7 @@ char mu_msg_field_shortcut (MuMsgFieldId id) G_GNUC_PURE;
*
* @return the xapian prefix char or 0 if the field is unknown
*/
char mu_msg_field_xapian_prefix (MuMsgFieldId id) G_GNUC_PURE;
char mu_msg_field_xapian_prefix (MuMsgFieldId id) G_GNUC_PURE;
/**