Skip to content

Commit 7c322ad

Browse files
mattmundellgreenbonebot
authored andcommitted
Format clean_hosts header
1 parent 99d873d commit 7c322ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/manage_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ array_find_string (array_t *array, const gchar *string)
12661266
*
12671267
* @return Freshly allocated new hosts string, or NULL on error.
12681268
*/
1269-
gchar*
1269+
gchar *
12701270
clean_hosts (const char *given_hosts, int *max)
12711271
{
12721272
array_t *clean_array;

src/manage_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ icalendar_first_time_from_vcalendar (icalcomponent *, icaltimezone *);
7979
gchar *
8080
clean_hosts_string (const char *);
8181

82-
gchar*
82+
gchar *
8383
clean_hosts (const char *, int *);
8484

8585
gchar *

0 commit comments

Comments
 (0)