mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC
This commit is contained in:
parent
c76ebf2962
commit
0b1a2d4d66
18 changed files with 45 additions and 45 deletions
|
@ -2658,7 +2658,7 @@ compare(id elem1, id elem2, void* context)
|
|||
if (self != nil)
|
||||
{
|
||||
array = anArray;
|
||||
IF_NO_ARC(RETAIN(array));
|
||||
IF_NO_ARC(RETAIN(array);)
|
||||
pos = 0;
|
||||
get = [array methodForSelector: oaiSel];
|
||||
cnt = (NSUInteger (*)(NSArray*, SEL))[array methodForSelector: countSel];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue