mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +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
e8c9084f0a
commit
6df0cb7bb5
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…
Add table
Add a link
Reference in a new issue