remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / translate / translatewin.C
index 5f13aab5b397379f89233719dc34b7dd1f5e6d41..c1a6400e481a756a717754235a1914f6fa9bf12a 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"
 
 TranslateWin::TranslateWin(TranslateMain *client)
  : PluginClientWindow(client,
-       300, 
-       220, 
-       300, 
-       220, 
+       300,
+       220,
+       300,
+       220,
        0)
-{ 
-       this->client = client; 
+{
+       this->client = client;
 }
 
 TranslateWin::~TranslateWin()
@@ -115,17 +115,17 @@ void TranslateWin::create_objects()
 
 
 
-TranslateCoord::TranslateCoord(TranslateWin *win, 
-       TranslateMain *client, 
-       int x, 
+TranslateCoord::TranslateCoord(TranslateWin *win,
+       TranslateMain *client,
+       int x,
        int y,
        float *value)
  : BC_TumbleTextBox(win,
        (int)*value,
        (int)0,
        (int)10000,
-       x, 
-       y, 
+       x,
+       y,
        100)
 {
 //printf("TranslateWidth::TranslateWidth %f\n", client->config.w);