Change formatting

This commit is contained in:
Gregory John Casamento 2023-09-14 09:31:57 -04:00
parent 2c81d3e003
commit 5507ea1d1e

View file

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