From ddf64963a573b1f5457e8c291e7a803db7eceb20 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 23 May 2016 20:18:24 +0200 Subject: [PATCH] Apply clang-format as I'm not yet in the habit :). --- renderdoc/driver/d3d11/d3d11_device.h | 1 - 1 file changed, 1 deletion(-) diff --git a/renderdoc/driver/d3d11/d3d11_device.h b/renderdoc/driver/d3d11/d3d11_device.h index fb3d739cb..928491f83 100644 --- a/renderdoc/driver/d3d11/d3d11_device.h +++ b/renderdoc/driver/d3d11/d3d11_device.h @@ -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; }