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:
Richard Frith-Macdonald 2022-02-17 10:21:36 +00:00
parent c76ebf2962
commit 0b1a2d4d66
18 changed files with 45 additions and 45 deletions

View file

@ -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];