]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/InterfaceWindow.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / InterfaceWindow.h
index 113449531609c3826151b3db9be798915bce1a2f..ce4219e995ff30797284a960b3887b0d8193fdae 100644 (file)
@@ -107,11 +107,11 @@ class InterfaceWindow : public BWindow
             void            UpdatePlaylist();
 
             bool            IsStopped() const;
-        
     MediaControlView*        p_mediaControl;
     MessagesWindow*         fMessagesWindow;
 
- private:    
+ private:
             void            _SetMenusEnabled( bool hasFile,
                                               bool hasChapters = false,
                                               bool hasTitles = false );
@@ -129,7 +129,7 @@ class InterfaceWindow : public BWindow
 
     BFilePanel*             fFilePanel;
 #if 0
-       PlayListWindow*         fPlaylistWindow;
+    PlayListWindow*         fPlaylistWindow;
 #endif
     PreferencesWindow*      fPreferencesWindow;
     BMenuBar*               fMenuBar;