aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-colour.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
committerMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
commit9ed21175ac00f57f6abf3da84e82098e68fa3e94 (patch)
tree6235ac14c78fe0bbc074eb5146a641ba0e08fb5f /src/mds-colour.h
parentUpdate year and e-mail address (diff)
downloadmds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.gz
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.bz2
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.xz
Work on changing style
Signed-off-by: Mattias Andrée <maandree@kth.se>
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
-