mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
remove some useless ; in declarations
This commit is contained in:
parent
92ef305e1e
commit
0547b18d32
6 changed files with 13 additions and 13 deletions
|
@ -64,7 +64,7 @@ static NSIndexPath *dummy = nil;
|
|||
return AUTORELEASE(o);
|
||||
}
|
||||
|
||||
+ (NSIndexPath *) indexPathForItem: (NSInteger)item inSection: (NSInteger)section;
|
||||
+ (NSIndexPath *) indexPathForItem: (NSInteger)item inSection: (NSInteger)section
|
||||
{
|
||||
NSUInteger idxs[2];
|
||||
|
||||
|
@ -74,7 +74,7 @@ static NSIndexPath *dummy = nil;
|
|||
return [self indexPathWithIndexes: idxs length: 2];
|
||||
}
|
||||
|
||||
+ (NSIndexPath *) indexPathForRow: (NSInteger)row inSection: (NSInteger)section;
|
||||
+ (NSIndexPath *) indexPathForRow: (NSInteger)row inSection: (NSInteger)section
|
||||
{
|
||||
NSUInteger idxs[2];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue