Commit f20d5bd9 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove excess whitespace

parent c261c25f
...@@ -459,4 +459,3 @@ STDAPI_(BOOL) DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved ) ...@@ -459,4 +459,3 @@ STDAPI_(BOOL) DllMain(HANDLE hModule, DWORD fdwReason, LPVOID lpReserved )
}; };
#endif #endif
...@@ -66,4 +66,3 @@ private: ...@@ -66,4 +66,3 @@ private:
}; };
#endif #endif
...@@ -243,4 +243,3 @@ STDMETHODIMP VLCPersistPropertyBag::Save(LPPROPERTYBAG pPropBag, BOOL fClearDirt ...@@ -243,4 +243,3 @@ STDMETHODIMP VLCPersistPropertyBag::Save(LPPROPERTYBAG pPropBag, BOOL fClearDirt
return S_OK; return S_OK;
}; };
...@@ -69,4 +69,3 @@ private: ...@@ -69,4 +69,3 @@ private:
}; };
#endif #endif
...@@ -1162,4 +1162,3 @@ void VLCPlugin::fireOnStopEvent(void) ...@@ -1162,4 +1162,3 @@ void VLCPlugin::fireOnStopEvent(void)
DISPPARAMS dispparamsNoArgs = {NULL, NULL, 0, 0}; DISPPARAMS dispparamsNoArgs = {NULL, NULL, 0, 0};
vlcConnectionPointContainer->fireEvent(DISPID_StopEvent, &dispparamsNoArgs); vlcConnectionPointContainer->fireEvent(DISPID_StopEvent, &dispparamsNoArgs);
}; };
...@@ -272,4 +272,3 @@ private: ...@@ -272,4 +272,3 @@ private:
}; };
#endif #endif
...@@ -57,4 +57,3 @@ STDMETHODIMP VLCProvideClassInfo::GetGUID(DWORD dwGuidKind, GUID *pGUID) ...@@ -57,4 +57,3 @@ STDMETHODIMP VLCProvideClassInfo::GetGUID(DWORD dwGuidKind, GUID *pGUID)
return S_OK; return S_OK;
}; };
...@@ -64,4 +64,3 @@ private: ...@@ -64,4 +64,3 @@ private:
}; };
#endif #endif
...@@ -67,4 +67,3 @@ void VLCSupportErrorInfo::setErrorInfo(LPCOLESTR progid, REFIID riid, const char ...@@ -67,4 +67,3 @@ void VLCSupportErrorInfo::setErrorInfo(LPCOLESTR progid, REFIID riid, const char
SysFreeString(bstrDescription); SysFreeString(bstrDescription);
} }
}; };
...@@ -184,4 +184,3 @@ void HimetricFromDP(HDC hdc, LPPOINT pt, int count) ...@@ -184,4 +184,3 @@ void HimetricFromDP(HDC hdc, LPPOINT pt, int count)
++pt; ++pt;
} }
}; };
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
class VLCControl : public IVLCControl class VLCControl : public IVLCControl
{ {
public: public:
VLCControl(VLCPlugin *p_instance) : _p_instance(p_instance), _p_typeinfo(NULL) {}; VLCControl(VLCPlugin *p_instance) : _p_instance(p_instance), _p_typeinfo(NULL) {};
...@@ -102,8 +101,6 @@ private: ...@@ -102,8 +101,6 @@ private:
VLCPlugin *_p_instance; VLCPlugin *_p_instance;
ITypeInfo *_p_typeinfo; ITypeInfo *_p_typeinfo;
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment