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:
Nicola Pero 2000-12-19 21:09:21 +00:00
parent 39da358cad
commit b89da5341a

View file

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