mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
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:
parent
51b1d81a60
commit
c532921093
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue