]> git.sesse.net Git - vlc/blobdiff - activex/olecontrol.h
Removes trailing spaces. Removes tabs.
[vlc] / activex / olecontrol.h
index 0f16411271b95fb585086c8c2dc942546bd0668c..330a6af8a5a955ff325cd3f99cf81cdbbd59849b 100644 (file)
@@ -39,7 +39,7 @@ public:
         if( NULL == ppv )
             return E_POINTER;
         if( (IID_IUnknown == riid)
-         || (IID_IOleControl == riid) ) 
+         || (IID_IOleControl == riid) )
         {
             AddRef();
             *ppv = reinterpret_cast<LPVOID>(this);