mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Apply clang-format as I'm not yet in the habit :).
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user