remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / scaleratio / scaleratiowin.C
index 68aa0668793511231b4e1e9c35274fa3f748330e..b9e9d8fdffaadba1696e9e5808ed041f95e3bdc5 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 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 "bcdisplayinfo.h"
@@ -30,8 +30,8 @@
 
 ScaleRatioWin::ScaleRatioWin(ScaleRatioMain *client)
  : PluginClientWindow(client, 400, 300, 400, 300, 0)
-{ 
-       this->client = client; 
+{
+       this->client = client;
 }
 
 ScaleRatioWin::~ScaleRatioWin()
@@ -137,7 +137,7 @@ void ScaleRatioWin::create_objects()
 
 
 
-ScaleRatioCoord::ScaleRatioCoord(ScaleRatioWin *win, 
+ScaleRatioCoord::ScaleRatioCoord(ScaleRatioWin *win,
        ScaleRatioMain *client, int x, int y, int s, float *value)
  : BC_TumbleTextBox(win, (int)*value, (int)-10000*s, (int)10000, x, y, 100)
 {
@@ -174,7 +174,7 @@ int ScaleRatioTumbler::handle_event()
        return 1;
 }
 
-ScaleRatioRatio::ScaleRatioRatio(ScaleRatioWin *win, 
+ScaleRatioRatio::ScaleRatioRatio(ScaleRatioWin *win,
        ScaleRatioMain *client, int x, int y, float *value)
  : BC_TextBox(x, y, 100, 1, *value)
 {