mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-04 23:28:58 +00:00
Add eof newlines
This commit is contained in:
parent
f044c52e7d
commit
c20d123f60
45 changed files with 46 additions and 47 deletions
|
@ -31,8 +31,7 @@ namespace sts::lr {
|
|||
std::shared_ptr<ncm::IContentMetaDatabase> content_meta_database;
|
||||
std::shared_ptr<ncm::IContentStorage> content_storage;
|
||||
public:
|
||||
ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) {
|
||||
}
|
||||
ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) { /* ... */ }
|
||||
|
||||
~ContentLocationResolverInterface();
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue