remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / levelwindowgui.C
index 02419e613f52e2ada93f3cdbf82dab176becd940..75999e1ae61e15835a9bf51af548153bda808751 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 1997-2011 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
- * 
+ *
  */
 
 #include "edl.h"
 #include "theme.h"
 
 LevelWindowGUI::LevelWindowGUI(MWindow *mwindow, LevelWindow *thread)
- : BC_Window(_(PROGRAM_NAME ": Levels"), 
-       mwindow->session->lwindow_x, 
-       mwindow->session->lwindow_y, 
-       mwindow->session->lwindow_w, 
-       mwindow->session->lwindow_h, 
+ : BC_Window(_(PROGRAM_NAME ": Levels"),
+       mwindow->session->lwindow_x,
+       mwindow->session->lwindow_y,
+       mwindow->session->lwindow_w,
+       mwindow->session->lwindow_h,
        10,
        10,
        1,
-       0, 
+       0,
        1)
 {
        this->thread = thread;
@@ -58,12 +58,12 @@ void LevelWindowGUI::create_objects()
        int border = mwindow->theme->widget_border;
        lock_window("LevelWindowGUI::create_objects");
        mwindow->theme->draw_lwindow_bg(this);
-       panel = new MeterPanel(mwindow, 
-               this, 
-               border, 
+       panel = new MeterPanel(mwindow,
+               this,
                border,
-               get_w() - border * 2, 
-               get_h() - border * 2, 
+               border,
+               get_w() - border * 2,
+               get_h() - border * 2,
                mwindow->edl->session->audio_channels,
                1,
                0,