summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PreferencesWindowController.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/PreferencesWindowController.h')
-rw-r--r--frontends/cocoa/PreferencesWindowController.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/frontends/cocoa/PreferencesWindowController.h b/frontends/cocoa/PreferencesWindowController.h
index 8f72907a3..02fb530a0 100644
--- a/frontends/cocoa/PreferencesWindowController.h
+++ b/frontends/cocoa/PreferencesWindowController.h
@@ -16,14 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-
#import <Cocoa/Cocoa.h>
-
-@interface PreferencesWindowController : NSWindowController
+@interface PreferencesWindowController : NSWindowController
@property (readwrite, copy, nonatomic) NSString *homepageURL;
-- (IBAction) useCurrentPageAsHomepage: (id) sender;
+- (IBAction)useCurrentPageAsHomepage:(id)sender;
@end