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/InfoBar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cocoa/InfoBar.h') diff --git a/cocoa/InfoBar.h b/cocoa/InfoBar.h index efde17944..1ce139530 100644 --- a/cocoa/InfoBar.h +++ b/cocoa/InfoBar.h @@ -28,15 +28,15 @@ @private NSImage* mBackground; IBDisplay mDisplayMask; - + float mScaleFactor; NSPopUpButton* mZoomPopup; - + int mCurrentCaretX; int mCurrentCaretY; NSTextField* mCaretPositionLabel; NSTextField* mStatusTextLabel; - + id mCallback; } -- cgit v1.2.3