Indented comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8374 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-19 21:09:21 +00:00
parent e6c2b2cf1b
commit f07c06a970

View file

@ -1140,8 +1140,8 @@ IF_NO_GC(NSAssert([event retainCount] > 0, NSInternalInconsistencyException));
- (id)targetForAction:(SEL)theAction to:(id)theTarget from:(id)sender - (id)targetForAction:(SEL)theAction to:(id)theTarget from:(id)sender
{ {
// TODO: This is not fully documented, if it ever gets, we should call this in // TODO: This is not fully documented, if it ever gets, we should
// sendAction:to:from: // call this in sendAction:to:from:
if (theTarget && [theTarget respondsToSelector: theAction]) if (theTarget && [theTarget respondsToSelector: theAction])
{ {
return theTarget; return theTarget;