remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / browsebutton.h
index f88a352e87c753f810e4e5fb745d68938783746b..f7cb4c16d0f775af93cb42f3b2a68b0b15f19eac 100644 (file)
@@ -32,14 +32,14 @@ class BrowseButtonWindow;
 class BrowseButton : public BC_Button, public Thread
 {
 public:
-       BrowseButton(Theme *theme, 
-               BC_WindowBase *parent_window, 
-               BC_TextBox *textbox, 
-               int x, 
-               int y, 
-               const char *init_directory, 
-               const char *title, 
-               const char *caption, 
+       BrowseButton(Theme *theme,
+               BC_WindowBase *parent_window,
+               BC_TextBox *textbox,
+               int x,
+               int y,
+               const char *init_directory,
+               const char *title,
+               const char *caption,
                int want_directory = 0);
        ~BrowseButton();