mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
revert spurious whitespace change
This commit is contained in:
parent
5e3ed6dff7
commit
2c34ae8fe5
1 changed files with 2 additions and 2 deletions
|
@ -484,8 +484,8 @@ repd_for_rep(NSArray *_reps, NSImageRep *rep)
|
|||
initByReferencingFile: path];
|
||||
if (image != nil)
|
||||
{
|
||||
[image setName: realName];
|
||||
image->_flags.archiveByName = YES;
|
||||
[image setName: realName];
|
||||
image->_flags.archiveByName = YES;
|
||||
AUTORELEASE(image);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue