remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / mtimebar.h
index d94a2c5220dce8ffca1ce73f8d051c021ced2cce..d2825f739e4c70c0e02d9df839acbf3d7a2c87c8 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2014 Adam Williams <broadcast at earthling dot net>
- * 
+ *
  * 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
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * 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-1307  USA
- * 
+ *
  */
 
 #ifndef MTIMEBAR_H
@@ -33,12 +33,12 @@ class TimeBarPopup;
 class TimeBarPopupItem : public BC_MenuItem
 {
 public:
-       TimeBarPopupItem(MWindow *mwindow, 
-               TimeBarPopup *menu, 
+       TimeBarPopupItem(MWindow *mwindow,
+               TimeBarPopup *menu,
                const char *text,
                int value);
        int handle_event();
-       
+
        int value;
        MWindow *mwindow;
        TimeBarPopup *menu;
@@ -62,19 +62,19 @@ public:
 class MTimeBar : public TimeBar
 {
 public:
-       MTimeBar(MWindow *mwindow, 
+       MTimeBar(MWindow *mwindow,
                MWindowGUI *gui,
-               int x, 
+               int x,
                int y,
                int w,
                int h);
-       MTimeBar(MWindow *mwindow, 
+       MTimeBar(MWindow *mwindow,
                TimelinePane *pane,
-               int x, 
+               int x,
                int y,
                int w,
                int h);
-       
+
        void create_objects();
        void draw_time();
        void draw_range();