remove whitespace at eol
[goodguy/history.git] / cinelerra-5.1 / cinelerra / videodevice.C
index d38eaa677152a5da450d51a7239b0657514cdfb3..fbad636f2b34f2bafadff09b6b881472026cd1ba 100644 (file)
@@ -730,7 +730,7 @@ int VideoDevice::set_cloexec_flag(int desc, int value)
 {
        int oldflags = fcntl(desc, F_GETFD, 0);
        if( oldflags < 0 ) return oldflags;
-       if( value != 0 ) 
+       if( value != 0 )
                oldflags |= FD_CLOEXEC;
        else
                oldflags &= ~FD_CLOEXEC;