mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Fix clang cmpilation failure and coding style issues
This commit is contained in:
parent
fcd83f238a
commit
cfa2b65cdb
2 changed files with 23 additions and 23 deletions
|
@ -113,10 +113,10 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_12, GS_API_LATEST)
|
||||
- (instancetype)initWithFireDate:(NSDate *)date
|
||||
interval:(NSTimeInterval)interval
|
||||
repeats:(BOOL)repeats
|
||||
block:(GSTimerBlock)block;
|
||||
- (instancetype) initWithFireDate: (NSDate *)date
|
||||
interval: (NSTimeInterval)interval
|
||||
repeats: (BOOL)repeats
|
||||
block: (GSTimerBlock)block;
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue