remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / interpolate / interpolate.h
index 7671de48599c4c811881129e7360ab10e1786251..ac75917b7cb24bf3f0f53b2ba5fe33771ff33dea 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
 /*
  * 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 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.
  * 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
  * 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 INTERPOLATEPIXELS_H
  */
 
 #ifndef INTERPOLATEPIXELS_H
@@ -53,12 +53,12 @@ class InterpolatePixelsEngine;
 class InterpolatePixelsOffset : public BC_ISlider
 {
 public:
 class InterpolatePixelsOffset : public BC_ISlider
 {
 public:
-       InterpolatePixelsOffset(InterpolatePixelsWindow *window, 
-               int x, 
-               int y, 
+       InterpolatePixelsOffset(InterpolatePixelsWindow *window,
+               int x,
+               int y,
                int *output);
        ~InterpolatePixelsOffset();
                int *output);
        ~InterpolatePixelsOffset();
-       
+
        int handle_event();
        InterpolatePixelsWindow *window;
        int *output;
        int handle_event();
        InterpolatePixelsWindow *window;
        int *output;
@@ -69,7 +69,7 @@ class InterpolatePixelsWindow : public PluginClientWindow
 public:
        InterpolatePixelsWindow(InterpolatePixelsMain *client);
        ~InterpolatePixelsWindow();
 public:
        InterpolatePixelsWindow(InterpolatePixelsMain *client);
        ~InterpolatePixelsWindow();
-       
+
        void create_objects();
 
        InterpolatePixelsMain *client;
        void create_objects();
 
        InterpolatePixelsMain *client;
@@ -95,7 +95,7 @@ public:
        void save_data(KeyFrame *keyframe);
        void read_data(KeyFrame *keyframe);
        int handle_opengl();
        void save_data(KeyFrame *keyframe);
        void read_data(KeyFrame *keyframe);
        int handle_opengl();
-       
+
        InterpolatePixelsEngine *engine;
        VFrame *out_temp, *out_frame;
 };
        InterpolatePixelsEngine *engine;
        VFrame *out_temp, *out_frame;
 };