remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / plugins / theme_blue_dot / bluedottheme.h
index d083b2e43e54a7a22bca51ef12dbc7e9e3d26bca..d7bf9122e4bf5706a9da7e956b852431db9b6d95 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
- * 
+ *
  */
 
 // Blue Dot theme by Koen Muylkens <koen.muylkens@esat.kuleuven.ac.be>
@@ -51,7 +51,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,
@@ -90,10 +90,10 @@ class BlueDotThemeMain : public PluginTClient
 public:
        BlueDotThemeMain(PluginServer *server);
        ~BlueDotThemeMain();
-       
+
        const char* plugin_title();
        Theme* new_theme();
-       
+
        BlueDotTheme *theme;
 };