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:
@ -31,8 +31,7 @@ private:
|
||||
2>,
|
||||
VertexComponentFormat::Index16>;
|
||||
|
||||
static constexpr SizeTable s_table_size = []() consteval
|
||||
{
|
||||
static constexpr SizeTable s_table_size = []() consteval {
|
||||
SizeTable table{};
|
||||
|
||||
using VCF = VertexComponentFormat;
|
||||
@ -145,6 +144,5 @@ private:
|
||||
table[VCF::Index16][true][NCC::NTB][FMT::InvalidFloat7] = 6;
|
||||
|
||||
return table;
|
||||
}
|
||||
();
|
||||
}();
|
||||
};
|
||||
|
Reference in New Issue
Block a user