From 982a9be5d39fb042e1deb86af5930cb54729f83f Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 15 Dec 2013 10:46:39 +1100 Subject: Format normalization - whitespace and braces made consistent. Parameter names added to method declarations. --- cocoa/ScintillaView.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cocoa/ScintillaView.h') diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 39c008a61..51d60e9d5 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -98,15 +98,15 @@ extern NSString *const SCIUpdateUINotification; // The back end is kind of a controller and model in one. // It uses the content view for display. Scintilla::ScintillaCocoa* mBackend; - + // This is the actual content to which the backend renders itself. SCIContentView* mContent; - + NSScrollView *scrollView; SCIMarginView *marginView; - + CGFloat zoomDelta; - + // Area to display additional controls (e.g. zoom info, caret position, status info). NSView * mInfoBar; BOOL mInfoBarAtTop; -- cgit v1.2.3