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

@ -137,7 +137,7 @@ MuFlags mu_flags_from_str (const char *str, MuFlagType types,
* @return concatenation of all non-standard flags, as a string; free
* with g_free when done. If there are no such flags, return NULL.
*/
char* mu_flags_custom_from_str (const char *str) G_GNUC_WARN_UNUSED_RESULT;
char* mu_flags_custom_from_str (const char *str) G_GNUC_WARN_UNUSED_RESULT;
/**