mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Change formatting
This commit is contained in:
parent
2c81d3e003
commit
5507ea1d1e
1 changed files with 3 additions and 1 deletions
|
@ -1562,7 +1562,9 @@ cifframe_callback(ffi_cif *cif, void *retp, void **args, void *user)
|
|||
}
|
||||
|
||||
|
||||
- (void) removeObserver: (NSObject*)anObserver forKeyPath: (NSString*)aPath context: (void*)context
|
||||
- (void) removeObserver: (NSObject*)anObserver
|
||||
forKeyPath: (NSString*)aPath
|
||||
context: (void*)context
|
||||
{
|
||||
[self removeObserver: anObserver forKeyPath: aPath];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue