mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -55,7 +55,7 @@ struct hash<VertexLoaderUID>
|
||||
{
|
||||
size_t operator()(const VertexLoaderUID& uid) const { return uid.GetHash(); }
|
||||
};
|
||||
}
|
||||
} // namespace std
|
||||
|
||||
class VertexLoaderBase
|
||||
{
|
||||
|
Reference in New Issue
Block a user