revert spurious whitespace change

This commit is contained in:
Graham Lee 2017-10-28 08:48:36 +01:00
parent 5e3ed6dff7
commit 2c34ae8fe5

View file

@ -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);
}
}