mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Remove redundant semicolons
This commit is contained in:
parent
4ff5ff2772
commit
9602f36248
48 changed files with 72 additions and 70 deletions
|
@ -67,7 +67,7 @@ static std::vector<u8> ReadHexString(std::string_view sv)
|
|||
sv = sv.substr(2);
|
||||
}
|
||||
return result;
|
||||
};
|
||||
}
|
||||
|
||||
std::optional<Disc> ParseString(std::string_view xml, std::string xml_path)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue