This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 1e673c09cb97b3ca04b9c58ca7dc65640e8fdad3 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Sep 18 02:48:22 2020 +0200 src/x2goclient-utils.c: whitespace in function declaration only. --- src/x2goclient-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c index d1ac734..6ee33c6 100644 --- a/src/x2goclient-utils.c +++ b/src/x2goclient-utils.c @@ -193,7 +193,7 @@ long long x2goclient_str_to_int (const gchar * const restrict str, const _Bool m * original string) if @needle was not found, unless an error * occurred */ -gchar* x2goclient_strbrk_dup (gchar *restrict * const haystack, const char needle, const _Bool free_orig, gsize * const new_size) { +gchar* x2goclient_strbrk_dup (gchar * restrict * const haystack, const char needle, const _Bool free_orig, gsize * const new_size) { gchar *ret = NULL; g_return_val_if_fail (((NULL != haystack) && (NULL != *haystack)), ret); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git