diff options
| author | 2021-09-29 19:32:39 -0400 | |
|---|---|---|
| committer | 2021-09-29 19:32:39 -0400 | |
| commit | b9251155f83f27aa5d5bc33bfc068913d611314a (patch) | |
| tree | d00074e943ba23b90d1d3239aa9131cd68eb50c5 /src/core/file_sys | |
| parent | Merge pull request #7036 from ameerj/ogl-bgr-v2 (diff) | |
| parent | style: Remove extra space preceding the :: operator (diff) | |
| download | yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.gz yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.tar.xz yuzu-b9251155f83f27aa5d5bc33bfc068913d611314a.zip | |
Merge pull request #7104 from Morph1984/style
style: Remove extra space preceding the :: operator
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/program_metadata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/program_metadata.cpp b/src/core/file_sys/program_metadata.cpp index 01ae1a567..35a53d36c 100644 --- a/src/core/file_sys/program_metadata.cpp +++ b/src/core/file_sys/program_metadata.cpp | |||
| @@ -77,7 +77,7 @@ void ProgramMetadata::LoadManual(bool is_64_bit, ProgramAddressSpaceType address | |||
| 77 | aci_header.title_id = title_id; | 77 | aci_header.title_id = title_id; |
| 78 | aci_file_access.permissions = filesystem_permissions; | 78 | aci_file_access.permissions = filesystem_permissions; |
| 79 | npdm_header.system_resource_size = system_resource_size; | 79 | npdm_header.system_resource_size = system_resource_size; |
| 80 | aci_kernel_capabilities = std ::move(capabilities); | 80 | aci_kernel_capabilities = std::move(capabilities); |
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | bool ProgramMetadata::Is64BitProgram() const { | 83 | bool ProgramMetadata::Is64BitProgram() const { |