This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 4c22c278f5ed3a999cdc20932bac9497e44711b9 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 17:20:30 2019 +0200 src/x2goclient.h: identifiers starting with one or two underscores followed by an uppercase letter are reserved. --- src/x2goclient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x2goclient.h b/src/x2goclient.h index cdaba10..7ea119b 100644 --- a/src/x2goclient.h +++ b/src/x2goclient.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef __LIBX2GOCLIENT_H_SEEN__ -#define __LIBX2GOCLIENT_H_SEEN__ 1 +#ifndef x2goclient_h +#define x2goclient_h #include <glib.h> @@ -43,4 +43,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* __LIBX2GOCLIENT_H_SEEN__ */ +#endif /* x2goclient_h */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git