[X2Go-Commits] [x2gokdrive] 02/12: x2gokdrive*.h: Use uniform names for include guards.

git-admin at x2go.org git-admin at x2go.org
Tue Jul 16 17:09:19 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gokdrive.

commit 974c2c85d4aecd79fd3cfe60d9893af99864d25e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 16 14:07:02 2019 +0200

    x2gokdrive*.h: Use uniform names for include guards.
---
 x2gokdrive.h          | 6 +++---
 x2gokdrivelog.h       | 7 ++++---
 x2gokdriveremote.h    | 7 +++----
 x2gokdriveselection.h | 6 +++---
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/x2gokdrive.h b/x2gokdrive.h
index b956094..020a78c 100644
--- a/x2gokdrive.h
+++ b/x2gokdrive.h
@@ -25,8 +25,8 @@
  *
  */
 
-#ifndef _X2GOKDRIVE_H_
-#define _X2GOKDRIVE_H_
+#ifndef X2GOKDRIVE_H
+#define X2GOKDRIVE_H
 #include <stdio.h>
 #include <unistd.h>
 #include <libgen.h>
@@ -229,4 +229,4 @@ void
 void
  ephyrDrawFini(ScreenPtr pScreen);
 
-#endif
+#endif /* X2GOKDRIVE_H */
diff --git a/x2gokdrivelog.h b/x2gokdrivelog.h
index 0dbdc2a..5fcede4 100644
--- a/x2gokdrivelog.h
+++ b/x2gokdrivelog.h
@@ -25,8 +25,9 @@
  * Authors:
  *    Dodji Seketeli <dodji at openedhand.com>
  */
-#ifndef __X2GOKDRIVELOG_H__
-#define __X2GOKDRIVELOG_H__
+
+#ifndef X2GOKDRIVELOG_H
+#define X2GOKDRIVELOG_H
 
 #include <assert.h>
 #include "os.h"
@@ -64,4 +65,4 @@ if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return;}
 if (!(cond)) {EPHYR_LOG_ERROR("condition %s failed\n", #cond);return val;}
 #endif                          /*nomadik_return_val_if_fail */
 
-#endif /*__EPHYRLOG_H__*/
+#endif /* X2GOKDRIVELOG_H */
diff --git a/x2gokdriveremote.h b/x2gokdriveremote.h
index e7ab121..a14a4f4 100644
--- a/x2gokdriveremote.h
+++ b/x2gokdriveremote.h
@@ -26,8 +26,8 @@
  */
 
 
-#ifndef _XLIBS_STUFF_H_
-#define _XLIBS_STUFF_H_
+#ifndef X2GOKDRIVE_REMOTE_H
+#define X2GOKDRIVE_REMOTE_H
 
 #include <X11/X.h>
 #include <X11/Xmd.h>
@@ -442,5 +442,4 @@ void
 remote_paint_rect(KdScreenInfo *screen,
                   int sx, int sy, int dx, int dy, int width, int height);
 
-
-#endif /*_XLIBS_STUFF_H_*/
+#endif /* X2GOKDRIVE_REMOTE_H */
diff --git a/x2gokdriveselection.h b/x2gokdriveselection.h
index 4928075..2841cb9 100644
--- a/x2gokdriveselection.h
+++ b/x2gokdriveselection.h
@@ -25,8 +25,8 @@
  *
  */
 
-#ifndef X2GOKDRIVESELECTION
-#define X2GOKDRIVESELECTION
+#ifndef X2GOKDRIVESELECTION_H
+#define X2GOKDRIVESELECTION_H
 #include "x2gokdriveremote.h"
 
 void selection_init( struct RemoteHostVars* obj);
@@ -35,4 +35,4 @@ static int create_selection_window(void);
 int own_selection(int target);
 
 
-#endif
+#endif /* X2GOKDRIVESELECTION_H */

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gokdrive.git


More information about the x2go-commits mailing list