mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
This commit is contained in:
@ -73,9 +73,9 @@ public:
|
||||
|
||||
protected:
|
||||
VertexLoaderBase(const TVtxDesc& vtx_desc, const VAT& vtx_attr)
|
||||
: m_vertex_size{GetVertexSize(vtx_desc, vtx_attr)}, m_native_components{GetVertexComponents(
|
||||
vtx_desc, vtx_attr)},
|
||||
m_VtxAttr{vtx_attr}, m_VtxDesc{vtx_desc}
|
||||
: m_vertex_size{GetVertexSize(vtx_desc, vtx_attr)},
|
||||
m_native_components{GetVertexComponents(vtx_desc, vtx_attr)}, m_VtxAttr{vtx_attr},
|
||||
m_VtxDesc{vtx_desc}
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user