edje: add mising closing brace and adjust indents and spacing in test edc

Summary: A closing brace is missing, and indent is not aligned.

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3387

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Jee-Yong Um 2015-12-01 14:54:15 -08:00 committed by Cedric BAIL
parent 02ef02bfb5
commit 20671d84cd
1 changed files with 4 additions and 3 deletions

View File

@ -12,13 +12,14 @@ collections {
state: "default" 0.0;
color: 255 255 255 255;
rel1 {
relative: 0.0 0.0;
rel1 {
relative: 0.0 0.0;
}
rel2 {
relative: 1.0 1.0;
relative: 1.0 1.0;
}
}
}
}
}
}