mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00:00
Lint: End of namespace
This commit is contained in:
parent
3ef9d5f659
commit
ce8004c9c1
17 changed files with 17 additions and 17 deletions
|
@ -234,4 +234,4 @@ u32 UnPatch(std::string_view patch_name)
|
|||
|
||||
return 0;
|
||||
}
|
||||
} // end of namespace HLE
|
||||
} // namespace HLE
|
||||
|
|
|
@ -266,4 +266,4 @@ std::string GetStringVA(u32 str_reg, ParameterType parameter_type)
|
|||
return result;
|
||||
}
|
||||
|
||||
} // end of namespace HLE_OS
|
||||
} // namespace HLE_OS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue