Add eof newlines

This commit is contained in:
Adubbz 2019-08-15 20:29:46 +10:00
parent b7d1b8e652
commit b52b5fe3a8
45 changed files with 46 additions and 47 deletions

View File

@ -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: