remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / packagingengine.h
index eef96a8cace14f09c1c0acb3ea60d96e66621ee1..89837c1eab7279cdf6ba3402c8d18973c84e77d1 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 PACKAGINGENGINE_H
@@ -36,10 +36,10 @@ public:
        virtual int create_packages_single_farm(
                EDL *edl,
                Preferences *preferences,
-               Asset *default_asset, 
-               double total_start, 
+               Asset *default_asset,
+               double total_start,
                double total_end) = 0;
-       virtual RenderPackage* get_package_single_farm(double frames_per_second, 
+       virtual RenderPackage* get_package_single_farm(double frames_per_second,
                int client_number,
                int use_local_rate) = 0;
        virtual int64_t get_progress_max() = 0;
@@ -58,10 +58,10 @@ public:
        int create_packages_single_farm(
                EDL *edl,
                Preferences *preferences,
-               Asset *default_asset, 
-               double total_start, 
+               Asset *default_asset,
+               double total_start,
                double total_end);
-       RenderPackage* get_package_single_farm(double frames_per_second, 
+       RenderPackage* get_package_single_farm(double frames_per_second,
                int client_number,
                int use_local_rate);
        int64_t get_progress_max();