mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 13:17:58 -05:00
Manually tweak source formatting and then re-run clang-format
This commit is contained in:
@ -12,8 +12,7 @@ namespace Pica {
|
||||
|
||||
template <typename VertexType>
|
||||
PrimitiveAssembler<VertexType>::PrimitiveAssembler(Regs::TriangleTopology topology)
|
||||
: topology(topology), buffer_index(0) {
|
||||
}
|
||||
: topology(topology), buffer_index(0) {}
|
||||
|
||||
template <typename VertexType>
|
||||
void PrimitiveAssembler<VertexType>::SubmitVertex(VertexType& vtx,
|
||||
|
Reference in New Issue
Block a user