]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/extrapanel.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / extrapanel.hpp
index bd7360d146fdb547e8def4c35ae0787c39193b4d..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
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _WXVLC_EXTRAPANEL_H_
@@ -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& );