From 4eacfd83d60206d5d07de0257534de85654f2a6b Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Thu, 1 Mar 2012 10:48:07 +0000 Subject: [PATCH] Refs #1469. Formatting. --- AppKit/CPSplitView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPSplitView.j b/AppKit/CPSplitView.j index ec1401850..94116246b 100644 --- a/AppKit/CPSplitView.j +++ b/AppKit/CPSplitView.j @@ -885,7 +885,7 @@ Notifies the delegate when the subviews will be resized. Lets the delegate specify a different rect for which the user can drag the splitView divider. @code -- (BOOL)splitView: (CPSplitView)aSplitView shouldAdjustSizeOfSubview: (CPView)aSubView +- (BOOL)splitView:(CPSplitView)aSplitView shouldAdjustSizeOfSubview:(CPView)aSubView @endcode Allows the delegate to specify which of the CPSplitView's subviews should adjust if the window is resized.