Apply clang-format as I'm not yet in the habit :).

This commit is contained in:
baldurk
2016-05-23 20:18:24 +02:00
parent 2c8b329704
commit ddf64963a5
-1
View File
@@ -233,7 +233,6 @@ struct DummyID3D11Debug : public ID3D11Debug
WrappedID3D11Device *m_pDevice;
DummyID3D11Debug() : m_pDevice(NULL) {}
//////////////////////////////
// implement IUnknown
HRESULT STDMETHODCALLTYPE QueryInterface(REFIID riid, void **ppvObject) { return E_NOINTERFACE; }