# HG changeset patch # User ib # Date 1396006837 0 # Node ID ea94ee043275b52245acfbbab84d5a5687e26fcc # Parent aff78cadcc18558f6d8c3c6fce34eae81242858c Cosmetic: Adjust indent. diff -r aff78cadcc18 -r ea94ee043275 gui/skin/skin.c --- a/gui/skin/skin.c Fri Mar 28 11:39:47 2014 +0000 +++ b/gui/skin/skin.c Fri Mar 28 11:40:37 2014 +0000 @@ -617,11 +617,11 @@ bheight = cutInt(in, ',', 2); cutStr(in, phfname, ',', 3); num = cutInt(in, ',', 4); - d = cutInt(in, ',', 5); - x = cutInt(in, ',', 6); - y = cutInt(in, ',', 7); - w = cutInt(in, ',', 8); - h = cutInt(in, ',', 9); + d = cutInt(in, ',', 5); + x = cutInt(in, ',', 6); + y = cutInt(in, ',', 7); + w = cutInt(in, ',', 8); + h = cutInt(in, ',', 9); cutStr(in, buf, ',', 10); message = appFindMessage(buf); @@ -756,11 +756,11 @@ cutStr(in, phfname, ',', 0); num = cutInt(in, ',', 1); - d = cutInt(in, ',', 2); - x = cutInt(in, ',', 3); - y = cutInt(in, ',', 4); - w = cutInt(in, ',', 5); - h = cutInt(in, ',', 6); + d = cutInt(in, ',', 2); + x = cutInt(in, ',', 3); + y = cutInt(in, ',', 4); + w = cutInt(in, ',', 5); + h = cutInt(in, ',', 6); cutStr(in, buf, ',', 7); message = appFindMessage(buf);