From d04b00bff1f99f87091fe8d609b5b5e05433c935 Mon Sep 17 00:00:00 2001 From: NicJA Date: Mon, 8 Dec 2014 01:02:54 +0000 Subject: [PATCH] update copyright and correct struct indentation git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49838 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/cgfx/unlockbitmaptaglist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workbench/libs/cgfx/unlockbitmaptaglist.c b/workbench/libs/cgfx/unlockbitmaptaglist.c index f61f1895ac..1e97de191f 100644 --- a/workbench/libs/cgfx/unlockbitmaptaglist.c +++ b/workbench/libs/cgfx/unlockbitmaptaglist.c @@ -1,5 +1,5 @@ /* - Copyright © 1995-2013, The AROS Development Team. All rights reserved. + Copyright © 1995-2014, The AROS Development Team. All rights reserved. $Id$ Desc: @@ -20,9 +20,9 @@ struct RectList { - ULONG rl_num; // no. of rects in this list - struct RectList *rl_next; // pointer to next list - struct Rectangle rect1; // First Rectangle in the list + ULONG rl_num; // no. of rects in this list + struct RectList *rl_next; // pointer to next list + struct Rectangle rect1; // First Rectangle in the list }; /***************************************************************************** -- 2.11.4.GIT