From f65d756bff8d4c5cbc15bd0322a2ae8e6b896a21 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 29 Oct 2024 14:49:26 +0800 Subject: format * format * Minor test fixes * enable checking cpp format in ci --- tools/gfx/simple-render-pass-layout.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tools/gfx/simple-render-pass-layout.h') diff --git a/tools/gfx/simple-render-pass-layout.h b/tools/gfx/simple-render-pass-layout.h index ae3ef1166..8ac41de0c 100644 --- a/tools/gfx/simple-render-pass-layout.h +++ b/tools/gfx/simple-render-pass-layout.h @@ -5,16 +5,14 @@ // desc value. Used by targets that does not expose an API object for the render pass // concept. -#include "slang-gfx.h" -#include "core/slang-com-object.h" #include "core/slang-basic.h" +#include "core/slang-com-object.h" +#include "slang-gfx.h" namespace gfx { -class SimpleRenderPassLayout - : public IRenderPassLayout - , public Slang::ComObject +class SimpleRenderPassLayout : public IRenderPassLayout, public Slang::ComObject { public: SLANG_COM_OBJECT_IUNKNOWN_ALL @@ -27,4 +25,4 @@ public: void init(const IRenderPassLayout::Desc& desc); }; -} +} // namespace gfx -- cgit v1.2.3