This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 7253bca6ac212fecd1260c18bc61bc6c1018c5b8 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jul 12 17:28:08 2019 +0200 src/*.h: refactor include guards to use lowercase letters only. --- src/x2goclient-agent-start-kdrive.h | 6 +++--- src/x2goclient-agent-start-nx.h | 6 +++--- src/x2goclient-proxy-start-nx.h | 6 +++--- src/x2goclient-renderer-start-kdrive.h | 6 +++--- src/x2goclient-session-resume.h | 6 +++--- src/x2goclient-session-runcommand.h | 6 +++--- src/x2goclient-session-suspend.h | 6 +++--- src/x2goclient-session-terminate.h | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/x2goclient-agent-start-kdrive.h b/src/x2goclient-agent-start-kdrive.h index c49f2b7..bdd5df5 100644 --- a/src/x2goclient-agent-start-kdrive.h +++ b/src/x2goclient-agent-start-kdrive.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_AGENT_START_KDRIVE_H -#define X2GOCLIENT_AGENT_START_KDRIVE_H +#ifndef x2goclient_agent_start_kdrive_h +#define x2goclient_agent_start_kdrive_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_AGENT_START_KDRIVE_H */ +#endif /* x2goclient_agent_start_kdrive_h */ diff --git a/src/x2goclient-agent-start-nx.h b/src/x2goclient-agent-start-nx.h index 0aee729..8b4992f 100644 --- a/src/x2goclient-agent-start-nx.h +++ b/src/x2goclient-agent-start-nx.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_AGENT_START_NX_H -#define X2GOCLIENT_AGENT_START_NX_H +#ifndef x2goclient_agent_start_nx_h +#define x2goclient_agent_start_nx_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_AGENT_START_NX_H */ +#endif /* x2goclient_agent_start_nx_h */ diff --git a/src/x2goclient-proxy-start-nx.h b/src/x2goclient-proxy-start-nx.h index d422b49..cb6acab 100644 --- a/src/x2goclient-proxy-start-nx.h +++ b/src/x2goclient-proxy-start-nx.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_PROXY_START_NX_H -#define X2GOCLIENT_PROXY_START_NX_H +#ifndef x2goclient_proxy_start_nx_h +#define x2goclient_proxy_start_nx_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_PROXY_START_NX_H */ +#endif /* x2goclient_proxy_start_nx_h */ diff --git a/src/x2goclient-renderer-start-kdrive.h b/src/x2goclient-renderer-start-kdrive.h index 637bcf1..9ff7aaf 100644 --- a/src/x2goclient-renderer-start-kdrive.h +++ b/src/x2goclient-renderer-start-kdrive.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_RENDERER_START_KDRIVE_H -#define X2GOCLIENT_RENDERER_START_KDRIVE_H +#ifndef x2goclient_renderer_start_kdrive_h +#define x2goclient_renderer_start_kdrive_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_RENDERER_START_KDRIVE_H */ +#endif /* x2goclient_renderer_start_kdrive_h */ diff --git a/src/x2goclient-session-resume.h b/src/x2goclient-session-resume.h index ce19335..ba741d2 100644 --- a/src/x2goclient-session-resume.h +++ b/src/x2goclient-session-resume.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_SESSION_RESUME_H -#define X2GOCLIENT_SESSION_RESUME_H +#ifndef x2goclient_session_resume_h +#define x2goclient_session_resume_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_SESSION_RESUME_H */ +#endif /* x2goclient_session_resume_h */ diff --git a/src/x2goclient-session-runcommand.h b/src/x2goclient-session-runcommand.h index 9932036..6316752 100644 --- a/src/x2goclient-session-runcommand.h +++ b/src/x2goclient-session-runcommand.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_SESSION_RUNCOMMAND_H -#define X2GOCLIENT_SESSION_RUNCOMMAND_H +#ifndef x2goclient_session_runcommand_h +#define x2goclient_session_runcommand_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_SESSION_RUNCOMMAND_H */ +#endif /* x2goclient_session_runcommand_h */ diff --git a/src/x2goclient-session-suspend.h b/src/x2goclient-session-suspend.h index b0afefa..839885e 100644 --- a/src/x2goclient-session-suspend.h +++ b/src/x2goclient-session-suspend.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_SESSION_SUSPEND_H -#define X2GOCLIENT_SESSION_SUSPEND_H +#ifndef x2goclient_session_suspend_h +#define x2goclient_session_suspend_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_SESSION_SUSPEND_H */ +#endif /* x2goclient_session_suspend_h */ diff --git a/src/x2goclient-session-terminate.h b/src/x2goclient-session-terminate.h index 21ae0fe..f7be95c 100644 --- a/src/x2goclient-session-terminate.h +++ b/src/x2goclient-session-terminate.h @@ -22,8 +22,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef X2GOCLIENT_SESSION_TERMINATE_H -#define X2GOCLIENT_SESSION_TERMINATE_H +#ifndef x2goclient_session_terminate_h +#define x2goclient_session_terminate_h #include <glib.h> @@ -31,4 +31,4 @@ G_BEGIN_DECLS G_END_DECLS -#endif /* X2GOCLIENT_SESSION_TERMINATE_H */ +#endif /* x2goclient_session_terminate_h */ -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git