remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / picture.C
index ede473bf162d5bf109b44c86d7508fad81511dd6..9974c0bd7dbc5bb8a4d13afd079b565e6ce71c72 100644 (file)
@@ -2,21 +2,21 @@
 /*
  * CINELERRA
  * Copyright (C) 2011 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
- * 
+ *
  */
 
 #include <ctype.h>
@@ -176,7 +176,7 @@ void PictureConfig::load_defaults()
        contrast = defaults->get("VIDEO_CONTRAST", 0);
        whiteness = defaults->get("VIDEO_WHITENESS", 0);
 
-// The device must be probed first to keep unsupported controls from getting 
+// The device must be probed first to keep unsupported controls from getting
 // displayed.
        for(int i = 0; i < controls.total; i++)
        {