From 991fbe38dd289eb59f3adbd073dc451f617820a5 Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 19 Oct 2017 17:06:16 +0200 Subject: [PATCH] code style for private iVars --- MacPass/MPAppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPAppDelegate.m b/MacPass/MPAppDelegate.m index f8608507..a2878fad 100644 --- a/MacPass/MPAppDelegate.m +++ b/MacPass/MPAppDelegate.m @@ -46,7 +46,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi NSString *const MPHelpURLKey = @"MPHelpURL"; @interface MPAppDelegate () { @private - MPDockTileHelper *dockTileHelper; + MPDockTileHelper *_dockTileHelper; BOOL _shouldOpenFile; // YES if app was started to open a }