mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
whitespace tidyups
This commit is contained in:
parent
2a522739cb
commit
f381b5f09b
1 changed files with 3 additions and 3 deletions
|
@ -93,7 +93,7 @@ typedef NSInteger NSOperationQueuePriority;
|
|||
/** Returns all the dependencies of the receiver in the order in which they
|
||||
* were added.
|
||||
*/
|
||||
- (NSArray *)dependencies;
|
||||
- (NSArray *) dependencies;
|
||||
|
||||
/** This method should return YES if the -cancel method has been called.<br />
|
||||
* NB. a cancelled operation may still be executing.
|
||||
|
@ -208,8 +208,8 @@ typedef NSInteger NSOperationQueuePriority;
|
|||
}
|
||||
|
||||
// Managing the blocks in the Operation
|
||||
+ (instancetype)blockOperationWithBlock: (GSBlockOperationBlock)block;
|
||||
- (void)addExecutionBlock: (GSBlockOperationBlock)block;
|
||||
+ (instancetype) blockOperationWithBlock: (GSBlockOperationBlock)block;
|
||||
- (void) addExecutionBlock: (GSBlockOperationBlock)block;
|
||||
- (NSArray *) executionBlocks;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue