code style for private iVars

This commit is contained in:
michael starke
2017-10-19 17:06:16 +02:00
parent 0dafc89771
commit 991fbe38dd

View File

@@ -46,7 +46,7 @@ NSString *const MPDidChangeStoredKeyFilesSettings = @"com.hicknhack.macpass.MPDi
NSString *const MPHelpURLKey = @"MPHelpURL"; NSString *const MPHelpURLKey = @"MPHelpURL";
@interface MPAppDelegate () { @interface MPAppDelegate () {
@private @private
MPDockTileHelper *dockTileHelper; MPDockTileHelper *_dockTileHelper;
BOOL _shouldOpenFile; // YES if app was started to open a BOOL _shouldOpenFile; // YES if app was started to open a
} }