]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/extrapanel.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / extrapanel.hpp
index e0e90fc3c5492f8335bdbc79ce173a3f0ba32ab3..8fa1386502b1ba94e75e1484ff6141521b88397d 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 1999-2005 the VideoLAN team
  * $Id$
  *
- * Authors: Clément Stenac <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@ namespace wxvlc
         wxPanel *EqzPanel( wxWindow * );
         wxPanel *AudioPanel( wxWindow * );
         wxNotebook *notebook;
-    
         /* Equalizer */
         wxCheckBox *eq_chkbox;
         wxCheckBox *eq_2p_chkbox;
@@ -71,7 +71,7 @@ namespace wxvlc
         wxSlider *band_sliders[10];
         wxStaticText *band_texts[10];
         int i_values[10];
-    
         void OnEnableEqualizer( wxCommandEvent& );
         void OnRestoreDefaults( wxCommandEvent& );
         void OnChangeEqualizer( wxScrollEvent& );