Tidied indentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10121 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-06-08 22:51:11 +00:00
parent 51b1d81a60
commit c532921093

View file

@ -344,8 +344,12 @@
int i;
if (data)
for (i=0; i < _numColors; i++)
data[i] = _imagePlanes[i];
{
for (i = 0; i < _numColors; i++)
{
data[i] = _imagePlanes[i];
}
}
}
- (BOOL) draw