mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Cosmetics.
This commit is contained in:
parent
4cf096d883
commit
8da6105ee4
@ -113,7 +113,7 @@ static unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> G
|
||||
static unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> GetAsmSizeDirectives()
|
||||
{
|
||||
unordered_flat_set<const char*, charutil::Hasher, charutil::Comparator> ret;
|
||||
for( auto& v : { "byte", "word", "dword", "qword", "xmmword", "ymmword" })
|
||||
for( auto& v : { "byte", "word", "dword", "qword", "xmmword", "ymmword" } )
|
||||
{
|
||||
ret.insert( v );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user