aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-colour.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-colour.h')
-rw-r--r--src/mds-colour.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mds-colour.h b/src/mds-colour.h
index 3ab718e..1332198 100644
--- a/src/mds-colour.h
+++ b/src/mds-colour.h
@@ -30,8 +30,7 @@
/**
* Data structure for colour
*/
-typedef struct colour
-{
+typedef struct colour {
/**
* The value of the red channel
*/
@@ -52,7 +51,6 @@ typedef struct colour
* each channel is encoded
*/
int bytes;
-
} colour_t;
@@ -139,4 +137,3 @@ void colour_list_entry_free(colour_list_entry_t *entry);
#endif
-