From 21d0e57075cd5b5e33e920c31f9deac625001882 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Fri, 26 Jan 2018 16:44:25 -0500 Subject: [PATCH] MacGUI: Coding style cosmetics. --- macosx/HBController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/macosx/HBController.m b/macosx/HBController.m index b97490c70..d80ef95c2 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -1438,7 +1438,8 @@ - (void)reloadPreset:(id)sender; { // Reload the currently selected preset if it is selected. - if (self.currentPreset != NULL){ + if (self.currentPreset != NULL) + { [self applyPreset:self.currentPreset]; } } -- 2.40.0