]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/gototime.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / qt4 / dialogs / gototime.hpp
index 68ba16fb533cbc5808b60782fc46634eddfacff2..07f95a96a2c990e1fe289f0c799c114ad3ef4d90 100644 (file)
@@ -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., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. 
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _GOTOTIME_DIALOG_H_
@@ -38,7 +38,7 @@ public:
             instance = new GotoTimeDialog( p_intf);
         return instance;
     }
-    virtual ~GotoTimeDialog();   
+    virtual ~GotoTimeDialog();
 
 private:
     GotoTimeDialog( intf_thread_t *);