summaryrefslogtreecommitdiff
path: root/src/gfx/gfx_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx/gfx_mode.h')
-rw-r--r--src/gfx/gfx_mode.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gfx/gfx_mode.h b/src/gfx/gfx_mode.h
index f9b42b0..a38bc73 100644
--- a/src/gfx/gfx_mode.h
+++ b/src/gfx/gfx_mode.h
@@ -127,8 +127,7 @@
/* STRUCTURE DEFINITION */
-typedef struct tagDISPLAYMODE
-{
+typedef struct tagDISPLAYMODE {
/* DISPLAY MODE FLAGS */
/* Specify valid color depths and the refresh rate. */
@@ -157,8 +156,7 @@ typedef struct tagDISPLAYMODE
} DISPLAYMODE;
/* For Fixed timings */
-typedef struct tagFIXEDTIMINGS
-{
+typedef struct tagFIXEDTIMINGS {
/* DISPLAY MODE FLAGS */
/* Specify valid color depths and the refresh rate. */
@@ -189,6 +187,6 @@ typedef struct tagFIXEDTIMINGS
} FIXEDTIMINGS;
-#endif /* !_gfx_mode_h */
+#endif /* !_gfx_mode_h */
/* END OF FILE */