From 0753d313b8c93a37fd4d3fbbaa24aa7b7aa26161 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 May 2019 21:29:01 +0200 Subject: Formatting --- libstorycode/stylesheet.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libstorycode') 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; } -- cgit v1.2.3