remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / gradient / gradient.h
index 0aeb3655813a445d142329e36f7484018817ea49..715b5b5255983f5c73f51b38ebfd8ef5e13fcd3e 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
- * 
+ *
  */
 
 #ifndef GRADIENT_H
@@ -49,10 +49,10 @@ public:
 
        int equivalent(GradientConfig &that);
        void copy_from(GradientConfig &that);
-       void interpolate(GradientConfig &prev, 
-               GradientConfig &next, 
-               long prev_frame, 
-               long next_frame, 
+       void interpolate(GradientConfig &prev,
+               GradientConfig &next,
+               long prev_frame,
+               long next_frame,
                long current_frame);
 // Int to hex triplet conversion
        int get_in_color();
@@ -84,9 +84,9 @@ public:
 class GradientShape : public BC_PopupMenu
 {
 public:
-       GradientShape(GradientMain *plugin, 
+       GradientShape(GradientMain *plugin,
                GradientWindow *gui,
-               int x, 
+               int x,
                int y);
        void create_objects();
        static char* to_text(int shape);
@@ -100,8 +100,8 @@ public:
 class GradientRate : public BC_PopupMenu
 {
 public:
-       GradientRate(GradientMain *plugin, 
-               int x, 
+       GradientRate(GradientMain *plugin,
+               int x,
                int y);
        void create_objects();
        static char* to_text(int shape);
@@ -197,7 +197,7 @@ class GradientWindow : public PluginClientWindow
 public:
        GradientWindow(GradientMain *plugin);
        ~GradientWindow();
-       
+
        void create_objects();
        void update_in_color();
        void update_out_color();