Skip to content

Commit

Permalink
(chore): Spaces not tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
hyblocker committed Sep 27, 2024
1 parent 69e4460 commit 87e0611
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Backends/RmlUi_Renderer_DX11.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,13 +333,13 @@ class RenderInterface_DX11 : public Rml::RenderInterface {
ID3DUserDefinedAnnotation* m_debug = nullptr;

class DebugScope {
private:
public:
DebugScope(LPCWSTR scopeName);
void operator()(LPCWSTR scopeName) const;
~DebugScope();
static void AttachDebugLayer(ID3DUserDefinedAnnotation* debug);
};
private:
public:
DebugScope(LPCWSTR scopeName);
void operator()(LPCWSTR scopeName) const;
~DebugScope();
static void AttachDebugLayer(ID3DUserDefinedAnnotation* debug);
};
};

#endif // RMLUI_PLATFORM_WIN32
Expand Down

0 comments on commit 87e0611

Please sign in to comment.