[waffle] [PATCH 02/13] wgl: indent with spaces, not tabs
Emil Velikov
emil.l.velikov at gmail.com
Tue Apr 5 21:58:15 UTC 2016
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/waffle/wgl/wgl_config.h | 2 +-
src/waffle/wgl/wgl_context.h | 2 +-
src/waffle/wgl/wgl_display.h | 2 +-
src/waffle/wgl/wgl_platform.h | 2 +-
src/waffle/wgl/wgl_window.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/waffle/wgl/wgl_config.h b/src/waffle/wgl/wgl_config.h
index 77f8905..58b352e 100644
--- a/src/waffle/wgl/wgl_config.h
+++ b/src/waffle/wgl/wgl_config.h
@@ -49,7 +49,7 @@ struct wgl_config {
static inline struct wgl_config*
wgl_config(struct wcore_config *wcore)
{
- return (struct wgl_config *)wcore;
+ return (struct wgl_config *)wcore;
}
struct wcore_config*
diff --git a/src/waffle/wgl/wgl_context.h b/src/waffle/wgl/wgl_context.h
index c55ad58..72fd08b 100644
--- a/src/waffle/wgl/wgl_context.h
+++ b/src/waffle/wgl/wgl_context.h
@@ -41,7 +41,7 @@ struct wgl_context {
static inline struct wgl_context*
wgl_context(struct wcore_context *wcore)
{
- return (struct wgl_context *)wcore;
+ return (struct wgl_context *)wcore;
}
struct wcore_context*
diff --git a/src/waffle/wgl/wgl_display.h b/src/waffle/wgl/wgl_display.h
index d0d94fe..cf05486 100644
--- a/src/waffle/wgl/wgl_display.h
+++ b/src/waffle/wgl/wgl_display.h
@@ -66,7 +66,7 @@ struct wgl_display {
static inline struct wgl_display*
wgl_display(struct wcore_display *wcore)
{
- return (struct wgl_display*)wcore;
+ return (struct wgl_display*)wcore;
}
struct wcore_display*
diff --git a/src/waffle/wgl/wgl_platform.h b/src/waffle/wgl/wgl_platform.h
index a25d2f4..f514bad 100644
--- a/src/waffle/wgl/wgl_platform.h
+++ b/src/waffle/wgl/wgl_platform.h
@@ -46,7 +46,7 @@ struct wgl_platform {
static inline struct wgl_platform*
wgl_platform(struct wcore_platform *wcore)
{
- return (struct wgl_platform*)wcore;
+ return (struct wgl_platform*)wcore;
}
struct wcore_platform*
diff --git a/src/waffle/wgl/wgl_window.h b/src/waffle/wgl/wgl_window.h
index 9b11509..43bea24 100644
--- a/src/waffle/wgl/wgl_window.h
+++ b/src/waffle/wgl/wgl_window.h
@@ -42,7 +42,7 @@ struct wgl_window {
static inline struct wgl_window*
wgl_window(struct wcore_window *wcore)
{
- return (struct wgl_window*)wcore;
+ return (struct wgl_window*)wcore;
}
struct wcore_window*
--
2.8.0
More information about the waffle
mailing list