From 42b6daf92aee51ec344eb26f1997dd4648fcaa29 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman <jpsaman@videolan.org> Date: Mon, 25 Sep 2006 07:23:09 +0000 Subject: [PATCH] remove excess whitespace --- activex/axvlc.idl | 4 ++-- activex/vlccontrol.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/activex/axvlc.idl b/activex/axvlc.idl index 05ab4c1533e1..67cb7ba4caa1 100644 --- a/activex/axvlc.idl +++ b/activex/axvlc.idl @@ -92,9 +92,9 @@ library AXVLC HRESULT stop(); [id(DISPID_Playing), hidden, propget, helpstring("Returns a value that determines whether VLC is currently playing.")] HRESULT Playing([out, retval] VARIANT_BOOL* isPlaying); - [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.")] + [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.")] HRESULT Position([out, retval] float* position); - [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.")] + [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.")] HRESULT Position([in] float position); [id(DISPID_Time), propget, helpstring("Returns/sets playback time relative to the start of the current item.")] HRESULT Time([out, retval] int* seconds); diff --git a/activex/vlccontrol.cpp b/activex/vlccontrol.cpp index 484c0dea9d61..f45760b570b7 100644 --- a/activex/vlccontrol.cpp +++ b/activex/vlccontrol.cpp @@ -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); -- GitLab