remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blond_cv / blondcvtheme.h
index 9ac0d77c170e90e44075f0239e0d5f56f63b335e..e41c2384c20d574c31a6abbcdafefe195fba5b29 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 BLONDTHEME_H
@@ -49,7 +49,7 @@ public:
        void get_vwindow_sizes(VWindowGUI *gui);
        void get_preferences_sizes();
        void get_recordgui_sizes(RecordGUI *gui, int w, int h);
-//     void get_rmonitor_sizes(int do_audio, 
+//     void get_rmonitor_sizes(int do_audio,
 //             int do_video,
 //             int do_channel,
 //             int do_interlace,
@@ -107,10 +107,10 @@ class BlondCVThemeMain : public PluginTClient
 public:
        BlondCVThemeMain(PluginServer *server);
        ~BlondCVThemeMain();
-       
+
        const char* plugin_title();
        Theme* new_theme();
-       
+
        BlondCVTheme *theme;
 };