From f07c06a970b295bed73556e46b196fba6d145233 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 19 Dec 2000 21:09:21 +0000 Subject: [PATCH] Indented comment git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8374 72102866-910b-0410-8b05-ffd578937521 --- Source/NSApplication.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/NSApplication.m b/Source/NSApplication.m index 338101ee6..b0381aa8a 100644 --- a/Source/NSApplication.m +++ b/Source/NSApplication.m @@ -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;