]> git.sesse.net Git - vlc/commitdiff
remove excess whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Mon, 25 Sep 2006 07:23:09 +0000 (07:23 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Mon, 25 Sep 2006 07:23:09 +0000 (07:23 +0000)
activex/axvlc.idl
activex/vlccontrol.cpp

index 05ab4c1533e1b1f380ae17fd8d9e7ffc5c4acbf3..67cb7ba4caa1181620c1986e27cfef0a5170830a 100644 (file)
@@ -92,9 +92,9 @@ library AXVLC
         HRESULT stop();\r
         [id(DISPID_Playing), hidden, propget, helpstring("Returns a value that determines whether VLC is currently playing.")]\r
         HRESULT Playing([out, retval] VARIANT_BOOL* isPlaying);\r
-        [id(DISPID_Position), propget, helpstring("Returns/sets playback position within the current item.  Position is a relative value ranging from 0.0 to 1.0.")]\r
+        [id(DISPID_Position), propget, helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]\r
         HRESULT Position([out, retval] float* position);\r
-        [id(DISPID_Position), propput, helpstring("Returns/sets playback position within the current item.  Position is a relative value ranging from 0.0 to 1.0.")]\r
+        [id(DISPID_Position), propput, helpstring("Returns/sets playback position within the current item. Position is a relative value ranging from 0.0 to 1.0.")]\r
         HRESULT Position([in] float position);\r
         [id(DISPID_Time), propget, helpstring("Returns/sets playback time relative to the start of the current item.")]\r
         HRESULT Time([out, retval] int* seconds);\r
index 484c0dea9d611df09eed99f78a298a6a0e7592cb..f45760b570b7a8beec782972085d269e237127e9 100644 (file)
@@ -113,7 +113,7 @@ STDMETHODIMP VLCControl::get_Visible(VARIANT_BOOL *isVisible)
 
     return NOERROR;
 };
-        
+
 STDMETHODIMP VLCControl::put_Visible(VARIANT_BOOL isVisible)
 {
     _p_instance->setVisible(isVisible != VARIANT_FALSE);