[vlc-commits] macosx: remove spaces after bracket

Victorien Le Couviour--Tuffet git at videolan.org
Thu Jul 13 11:25:45 CEST 2017


vlc | branch: master | Victorien Le Couviour--Tuffet <victorien.lecouviour.tuffet at gmail.com> | Tue Jul  4 09:09:16 2017 +0200| [c108350e68f200186a8726beb22a4d1813d7bb50] | committer: Jean-Baptiste Kempf

macosx: remove spaces after bracket

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c108350e68f200186a8726beb22a4d1813d7bb50
---

 modules/gui/macosx/VLCAudioEffectsWindowController.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/macosx/VLCAudioEffectsWindowController.m b/modules/gui/macosx/VLCAudioEffectsWindowController.m
index aa2cefc432..898842fd62 100644
--- a/modules/gui/macosx/VLCAudioEffectsWindowController.m
+++ b/modules/gui/macosx/VLCAudioEffectsWindowController.m
@@ -512,7 +512,7 @@ static bool GetEqualizerStatus(intf_thread_t *p_custom_intf,
 
         if (currentPresetIndex == NSNotFound)
             currentPresetIndex = [presets count] - 1;
-    }    
+    }
 
     [_equalizerPresetsPopup selectItemAtIndex:currentPresetIndex];
     [self equalizerChangePreset:_equalizerPresetsPopup];



More information about the vlc-commits mailing list