aboutsummaryrefslogtreecommitdiff
path: root/libstorycode
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-05-02 21:29:01 +0200
committerThomas White <taw@bitwiz.me.uk>2019-05-02 23:02:40 +0200
commit0753d313b8c93a37fd4d3fbbaa24aa7b7aa26161 (patch)
tree73e7b385c4e0fc895c92c368ce44fdb2d8e7195c /libstorycode
parent8d555d1e8d73021a690425efb7ea1f52246f4884 (diff)
Formatting
Diffstat (limited to 'libstorycode')
-rw-r--r--libstorycode/stylesheet.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstorycode/stylesheet.c b/libstorycode/stylesheet.c
index 2b549db..3bbddb3 100644
--- a/libstorycode/stylesheet.c
+++ b/libstorycode/stylesheet.c
@@ -73,9 +73,9 @@ struct _stylesheet
static void copy_col(struct colour *to, struct colour from)
{
- int i;
- for ( i=0; i<4; i++ ) to->rgba[i] = from.rgba[i];
- to->hexcode = from.hexcode;
+ int i;
+ for ( i=0; i<4; i++ ) to->rgba[i] = from.rgba[i];
+ to->hexcode = from.hexcode;
}