From bffbc22a687f4d6bcbdeb0ee46414311d4938f40 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Wed, 9 May 2018 18:31:23 +0200 Subject: [PATCH] Codestyle --- MacPass/MPInspectorViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/MPInspectorViewController.m b/MacPass/MPInspectorViewController.m index eacbd52d..ef1aff1f 100644 --- a/MacPass/MPInspectorViewController.m +++ b/MacPass/MPInspectorViewController.m @@ -204,7 +204,7 @@ typedef NS_ENUM(NSUInteger, MPContentTab) { return; } KPKEntry *entry = [self.representedObject asEntry]; - if( entry ) { + if(entry) { [entry pushHistory]; self.didPushHistory = YES; }