remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram_bezier / bistogramwindow.h
index dbc8565850750304663e8441d6194d71e59f2f13..9a7bab4ea5e2de4b3edafe3dd7b18c91113636aa 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 HISTOGRAMWINDOW_H
  */
 
 #ifndef HISTOGRAMWINDOW_H
@@ -32,9 +32,9 @@
 class HistogramSmoothMode : public BC_PopupMenu
 {
 public:
 class HistogramSmoothMode : public BC_PopupMenu
 {
 public:
-       HistogramSmoothMode(HistogramMain *client, 
-               HistogramWindow *window, 
-               int x, 
+       HistogramSmoothMode(HistogramMain *client,
+               HistogramWindow *window,
+               int x,
                int y);
        void create_objects();
        static char* to_text(int shape);
                int y);
        void create_objects();
        static char* to_text(int shape);
@@ -47,10 +47,10 @@ public:
 class HistogramSlider : public BC_SubWindow
 {
 public:
 class HistogramSlider : public BC_SubWindow
 {
 public:
-       HistogramSlider(HistogramMain *plugin, 
+       HistogramSlider(HistogramMain *plugin,
                HistogramWindow *gui,
                HistogramWindow *gui,
-               int x, 
-               int y, 
+               int x,
+               int y,
                int w,
                int h,
                int is_input);
                int w,
                int h,
                int is_input);
@@ -77,8 +77,8 @@ public:
 class HistogramAuto : public BC_CheckBox
 {
 public:
 class HistogramAuto : public BC_CheckBox
 {
 public:
-       HistogramAuto(HistogramMain *plugin, 
-               int x, 
+       HistogramAuto(HistogramMain *plugin,
+               int x,
                int y);
        int handle_event();
        HistogramMain *plugin;
                int y);
        int handle_event();
        HistogramMain *plugin;
@@ -87,8 +87,8 @@ public:
 class HistogramSplit : public BC_CheckBox
 {
 public:
 class HistogramSplit : public BC_CheckBox
 {
 public:
-       HistogramSplit(HistogramMain *plugin, 
-               int x, 
+       HistogramSplit(HistogramMain *plugin,
+               int x,
                int y);
        int handle_event();
        HistogramMain *plugin;
                int y);
        int handle_event();
        HistogramMain *plugin;
@@ -97,8 +97,8 @@ public:
 class HistogramMode : public BC_Radial
 {
 public:
 class HistogramMode : public BC_Radial
 {
 public:
-       HistogramMode(HistogramMain *plugin, 
-               int x, 
+       HistogramMode(HistogramMain *plugin,
+               int x,
                int y,
                int value,
                char *text);
                int y,
                int value,
                char *text);
@@ -110,7 +110,7 @@ public:
 class HistogramReset : public BC_GenericButton
 {
 public:
 class HistogramReset : public BC_GenericButton
 {
 public:
-       HistogramReset(HistogramMain *plugin, 
+       HistogramReset(HistogramMain *plugin,
                int x,
                int y);
        int handle_event();
                int x,
                int y);
        int handle_event();