remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / reindex.C
index 2bf60d05f6f18910b87faa0d0a2c9d8795ed13f6..5112b12bc8f2d3a938ed9dec0ec7cd2254de6ab1 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
- * 
+ *
  */
 
 #include "reindex.h"
@@ -43,7 +43,7 @@ ReIndex::handle_event() { start(); }
 void ReIndex::run()
 {
        int result;
-       
+
        if(mwindow->gui) mwindow->gui->disable_window();
        if(mwindow->gui) mwindow->lock_resize();
 
@@ -52,7 +52,7 @@ void ReIndex::run()
                window.create_objects();
                result = window.run_window();
        }
-       
+
        if(!result)       // user didn't cancel
        {
 // ========== need pointers since mainmenu is created after tracks
@@ -81,7 +81,7 @@ ReIndexWindow::~ReIndexWindow()
 ReIndexWindow::create_objects()
 {
        BC_SubWindow *subwindow;
-       
+
        add_subwindow(subwindow = new BC_SubWindow(0, 0, w, h, MEGREY));
        subwindow->add_subwindow(new BC_Title(5, 5, _("Redraw all indexes for the current project?")));
        subwindow->add_subwindow(ok = new ReIndexOkButton(this));