commit 56a5508
Michael Forney
·
2014-01-01 07:22:33 +0000 UTC
parent f61ad4e
Style (#define FOO_H 1 -> #define FOO_H)
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_DRM_PRIVATE_H
5-#define WLD_DRM_PRIVATE_H 1
6+#define WLD_DRM_PRIVATE_H
7
8 #include "wld-private.h"
9
M
drm.h
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_DRM_H
5-#define WLD_DRM_H 1
6+#define WLD_DRM_H
7
8 #include <stdbool.h>
9 #include <stdint.h>
M
pixman.h
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_PIXMAN_H
5-#define WLD_PIXMAN_H 1
6+#define WLD_PIXMAN_H
7
8 #include <stdint.h>
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_WAYLAND_DRM_H
5-#define WLD_WAYLAND_DRM_H 1
6+#define WLD_WAYLAND_DRM_H
7
8 #include <stdbool.h>
9 #include <stdint.h>
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_WAYLAND_PRIVATE_H
5-#define WLD_WAYLAND_PRIVATE_H 1
6+#define WLD_WAYLAND_PRIVATE_H
7
8 #include <stdint.h>
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_WAYLAND_SHM_H
5-#define WLD_WAYLAND_SHM_H 1
6+#define WLD_WAYLAND_SHM_H
7
8 #include <stdbool.h>
9 #include <stdint.h>
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_WAYLAND_H
5-#define WLD_WAYLAND_H 1
6+#define WLD_WAYLAND_H
7
8 #include <stdint.h>
9
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_PRIVATE_H
5-#define WLD_PRIVATE_H 1
6+#define WLD_PRIVATE_H
7
8 #include "wld.h"
9
M
wld.h
+1,
-1
1@@ -22,7 +22,7 @@
2 */
3
4 #ifndef WLD_H
5-#define WLD_H 1
6+#define WLD_H
7
8 #include <stdbool.h>
9 #include <stdint.h>