mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:37:39 +00:00
Coding style fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22019 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
881a794c24
commit
7971a89c72
60 changed files with 577 additions and 513 deletions
|
@ -514,7 +514,7 @@ static NSNotificationCenter *nc = nil;
|
|||
inMode: NSEventTrackingRunLoopMode
|
||||
dequeue: YES];
|
||||
}
|
||||
while(ee != nil);
|
||||
while (ee != nil);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -883,7 +883,7 @@ static inline NSPoint centerSizeInRect(NSSize innerSize, NSRect outerRect)
|
|||
#define SET_DELEGATE_NOTIFICATION(notif_name) \
|
||||
if ([_delegate respondsToSelector: @selector(splitView##notif_name:)]) \
|
||||
[nc addObserver: _delegate \
|
||||
selector: @selector(splitView##notif_name: ) \
|
||||
selector: @selector(splitView##notif_name:) \
|
||||
name: NSSplitView##notif_name##Notification \
|
||||
object: self]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue