From: Bradley Sepos Date: Fri, 26 Jan 2018 21:44:25 +0000 (-0500) Subject: MacGUI: Coding style cosmetics. X-Git-Tag: 1.1.0~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21d0e57075cd5b5e33e920c31f9deac625001882;p=handbrake MacGUI: Coding style cosmetics. --- 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]; } }