diff options
| author | 2018-07-22 15:33:07 -0400 | |
|---|---|---|
| committer | 2018-07-22 15:35:48 -0400 | |
| commit | cd46b267f5715c0900b409d7bcb97f6bc9a43d9e (patch) | |
| tree | 6c97e3a7e2727ebbbb84af10b16d1902ff0d283d /src/core/loader/elf.cpp | |
| parent | Merge pull request #773 from Subv/gl_ext_check (diff) | |
| download | yuzu-cd46b267f5715c0900b409d7bcb97f6bc9a43d9e.tar.gz yuzu-cd46b267f5715c0900b409d7bcb97f6bc9a43d9e.tar.xz yuzu-cd46b267f5715c0900b409d7bcb97f6bc9a43d9e.zip | |
string_util: Remove unnecessary std::string instance in TabsToSpaces()
We can just use the variant of std::string's replace() function that can
replace an occurrence with N copies of the same character, eliminating
the need to allocate a std::string containing a buffer of spaces.
Diffstat (limited to 'src/core/loader/elf.cpp')
0 files changed, 0 insertions, 0 deletions