summaryrefslogtreecommitdiff
path: root/src/gfx/gfx_mode.h
diff options
context:
space:
mode:
authorMartin-Éric Racine <martin-eric.racine@iki.fi>2012-07-11 15:50:28 +0300
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2012-07-11 15:50:28 +0300
commit1ed67d70ac9d3afd9b372c311aaf7b77e38b3e21 (patch)
tree134ec66d59b987c039a0690707d51fb15c99dd60 /src/gfx/gfx_mode.h
parentb9afafec0a26eaec49e7f0ff08297c2bb795a9c2 (diff)
Whitespace cleanup using ../modular/x-indent.sh
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 */