remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindowevents.C
index 2660c9498fa8a0f3604c849c1cf8599ea76cd912..fa79458aab5d3a86a8c7b7857625cfa640fe0dbe 100644 (file)
@@ -87,7 +87,7 @@ void BC_WindowEvents::run()
                XNextEvent(display->display, event);
 #else
 // This came from a linuxquestions post.
-// We can get a file descriptor for the X display & use select instead of XNextEvent.  
+// We can get a file descriptor for the X display & use select instead of XNextEvent.
 // The newest X11 library requires locking the display to use XNextEvent.
                fd_set x_fds;
                FD_ZERO(&x_fds);