Thu, 21 Mar 2019 21:56:14 -0500
Clean up a function prototype to be on one line
| libpurple/status.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/status.h Thu Mar 21 20:48:30 2019 -0500 +++ b/libpurple/status.h Thu Mar 21 21:56:14 2019 -0500 @@ -716,8 +716,7 @@ * * Returns: The string value of the attribute. */ -const char *purple_status_get_attr_string(PurpleStatus *status, - const char *id); +const char *purple_status_get_attr_string(PurpleStatus *status, const char *id); /** * purple_status_compare: