summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorMai M <mathew1800@gmail.com>2021-09-29 19:32:39 -0400
committerGitHub <noreply@github.com>2021-09-29 19:32:39 -0400
commitb9251155f83f27aa5d5bc33bfc068913d611314a (patch)
treed00074e943ba23b90d1d3239aa9131cd68eb50c5 /src/core/file_sys
parent91341b421d23e3f1674bd0c2354636ff6b3c9180 (diff)
parente29f3b87f1921918dc62306d1de2d3ce4b4bf35b (diff)
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.cpp2
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
aci_header.title_id = title_id;
aci_file_access.permissions = filesystem_permissions;
npdm_header.system_resource_size = system_resource_size;
- aci_kernel_capabilities = std ::move(capabilities);
+ aci_kernel_capabilities = std::move(capabilities);
}
bool ProgramMetadata::Is64BitProgram() const {