From b52b5fe3a82aa389d67d96c09d0932c492bfd8f2 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Thu, 15 Aug 2019 20:29:46 +1000 Subject: [PATCH] Add eof newlines --- stratosphere/ncm/source/impl/lr_manager.cpp | 2 +- stratosphere/ncm/source/impl/lr_manager.hpp | 2 +- stratosphere/ncm/source/impl/lr_redirection.cpp | 2 +- stratosphere/ncm/source/impl/lr_redirection.hpp | 2 +- stratosphere/ncm/source/impl/lr_registered_data.hpp | 2 +- stratosphere/ncm/source/impl/ncm_content_manager.cpp | 2 +- stratosphere/ncm/source/impl/ncm_content_manager.hpp | 2 +- stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp | 2 +- stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp | 2 +- stratosphere/ncm/source/impl/ncm_rights_cache.cpp | 2 +- stratosphere/ncm/source/impl/ncm_rights_cache.hpp | 2 +- stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp | 2 +- stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp | 2 +- stratosphere/ncm/source/lr_contentlocationresolver.cpp | 2 +- stratosphere/ncm/source/lr_contentlocationresolver.hpp | 5 ++--- stratosphere/ncm/source/lr_ilocationresolver.cpp | 2 +- stratosphere/ncm/source/lr_ilocationresolver.hpp | 2 +- stratosphere/ncm/source/lr_manager_service.cpp | 2 +- stratosphere/ncm/source/lr_manager_service.hpp | 2 +- stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp | 2 +- stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp | 2 +- stratosphere/ncm/source/lr_registeredlocationresolver.cpp | 2 +- stratosphere/ncm/source/lr_registeredlocationresolver.hpp | 2 +- stratosphere/ncm/source/ncm_content_manager_service.cpp | 2 +- stratosphere/ncm/source/ncm_content_manager_service.hpp | 2 +- stratosphere/ncm/source/ncm_contentmetadatabase.cpp | 2 +- stratosphere/ncm/source/ncm_contentmetadatabase.hpp | 2 +- stratosphere/ncm/source/ncm_contentstorage.cpp | 2 +- stratosphere/ncm/source/ncm_contentstorage.hpp | 2 +- stratosphere/ncm/source/ncm_fs.cpp | 2 +- stratosphere/ncm/source/ncm_fs.hpp | 2 +- stratosphere/ncm/source/ncm_icontentmetadatabase.cpp | 2 +- stratosphere/ncm/source/ncm_icontentmetadatabase.hpp | 2 +- stratosphere/ncm/source/ncm_icontentstorage.cpp | 2 +- stratosphere/ncm/source/ncm_icontentstorage.hpp | 2 +- stratosphere/ncm/source/ncm_main.cpp | 2 +- stratosphere/ncm/source/ncm_make_path.cpp | 2 +- stratosphere/ncm/source/ncm_make_path.hpp | 2 +- stratosphere/ncm/source/ncm_path_utils.cpp | 2 +- stratosphere/ncm/source/ncm_path_utils.hpp | 2 +- stratosphere/ncm/source/ncm_readonlycontentstorage.cpp | 2 +- stratosphere/ncm/source/ncm_readonlycontentstorage.hpp | 2 +- stratosphere/ncm/source/ncm_types.hpp | 2 +- stratosphere/ncm/source/ncm_utils.cpp | 2 +- stratosphere/ncm/source/ncm_utils.hpp | 2 +- 45 files changed, 46 insertions(+), 47 deletions(-) diff --git a/stratosphere/ncm/source/impl/lr_manager.cpp b/stratosphere/ncm/source/impl/lr_manager.cpp index 356808c8f..da5ab775d 100644 --- a/stratosphere/ncm/source/impl/lr_manager.cpp +++ b/stratosphere/ncm/source/impl/lr_manager.cpp @@ -86,4 +86,4 @@ namespace sts::lr::impl { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/lr_manager.hpp b/stratosphere/ncm/source/impl/lr_manager.hpp index c9473b973..865bb8189 100644 --- a/stratosphere/ncm/source/impl/lr_manager.hpp +++ b/stratosphere/ncm/source/impl/lr_manager.hpp @@ -30,4 +30,4 @@ namespace sts::lr::impl { Result RefreshLocationResolver(ncm::StorageId storage_id); Result OpenAddOnContentLocationResolver(Out> out); -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/lr_redirection.cpp b/stratosphere/ncm/source/impl/lr_redirection.cpp index e69e09ba3..21e9c63ac 100644 --- a/stratosphere/ncm/source/impl/lr_redirection.cpp +++ b/stratosphere/ncm/source/impl/lr_redirection.cpp @@ -96,4 +96,4 @@ namespace sts::lr::impl { } } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/lr_redirection.hpp b/stratosphere/ncm/source/impl/lr_redirection.hpp index 3aa97ee09..d31693219 100644 --- a/stratosphere/ncm/source/impl/lr_redirection.hpp +++ b/stratosphere/ncm/source/impl/lr_redirection.hpp @@ -42,4 +42,4 @@ namespace sts::lr::impl { void ClearRedirections(u32 flags = RedirectionFlags_None); }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/lr_registered_data.hpp b/stratosphere/ncm/source/impl/lr_registered_data.hpp index 7217a946d..456708074 100644 --- a/stratosphere/ncm/source/impl/lr_registered_data.hpp +++ b/stratosphere/ncm/source/impl/lr_registered_data.hpp @@ -94,4 +94,4 @@ namespace sts::lr::impl { template using RegisteredStorages = RegisteredData; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_content_manager.cpp b/stratosphere/ncm/source/impl/ncm_content_manager.cpp index bce0f1f5a..28e1b80ee 100644 --- a/stratosphere/ncm/source/impl/ncm_content_manager.cpp +++ b/stratosphere/ncm/source/impl/ncm_content_manager.cpp @@ -706,4 +706,4 @@ namespace sts::ncm::impl { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_content_manager.hpp b/stratosphere/ncm/source/impl/ncm_content_manager.hpp index 17423a542..7cfe4254e 100644 --- a/stratosphere/ncm/source/impl/ncm_content_manager.hpp +++ b/stratosphere/ncm/source/impl/ncm_content_manager.hpp @@ -44,4 +44,4 @@ namespace sts::ncm::impl { Result ActivateContentMetaDatabase(StorageId storage_id); Result InactivateContentMetaDatabase(StorageId storage_id); -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp index 3c600434e..ae367f2e6 100644 --- a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp +++ b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.cpp @@ -235,4 +235,4 @@ namespace sts::ncm::impl { } } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp index 73debc2da..fd43a8b37 100644 --- a/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp +++ b/stratosphere/ncm/source/impl/ncm_placeholder_accessor.hpp @@ -76,4 +76,4 @@ namespace sts::ncm::impl { void InvalidateAll(); }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_rights_cache.cpp b/stratosphere/ncm/source/impl/ncm_rights_cache.cpp index 14c314884..42b57da7c 100644 --- a/stratosphere/ncm/source/impl/ncm_rights_cache.cpp +++ b/stratosphere/ncm/source/impl/ncm_rights_cache.cpp @@ -28,4 +28,4 @@ namespace sts::ncm::impl { return &g_rights_id_cache; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/impl/ncm_rights_cache.hpp b/stratosphere/ncm/source/impl/ncm_rights_cache.hpp index 1d09617ca..9750c2a13 100644 --- a/stratosphere/ncm/source/impl/ncm_rights_cache.hpp +++ b/stratosphere/ncm/source/impl/ncm_rights_cache.hpp @@ -41,4 +41,4 @@ namespace sts::ncm::impl { RightsIdCache* GetRightsIdCache(); -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp b/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp index 3179f7f12..9fc4b5cae 100644 --- a/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_addoncontentlocationresolver.cpp @@ -54,4 +54,4 @@ namespace sts::lr { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp b/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp index 320f651c0..16febe352 100644 --- a/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_addoncontentlocationresolver.hpp @@ -43,4 +43,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_contentlocationresolver.cpp b/stratosphere/ncm/source/lr_contentlocationresolver.cpp index 95680e8bd..6bebe6bca 100644 --- a/stratosphere/ncm/source/lr_contentlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_contentlocationresolver.cpp @@ -195,4 +195,4 @@ namespace sts::lr { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_contentlocationresolver.hpp b/stratosphere/ncm/source/lr_contentlocationresolver.hpp index e5a59370c..ee4667d51 100644 --- a/stratosphere/ncm/source/lr_contentlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_contentlocationresolver.hpp @@ -31,8 +31,7 @@ namespace sts::lr { std::shared_ptr content_meta_database; std::shared_ptr content_storage; public: - ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) { - } + ContentLocationResolverInterface(ncm::StorageId storage_id) : storage_id(storage_id) { /* ... */ } ~ContentLocationResolverInterface(); public: @@ -81,4 +80,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_ilocationresolver.cpp b/stratosphere/ncm/source/lr_ilocationresolver.cpp index ef9bcf71f..68b0e2d6a 100644 --- a/stratosphere/ncm/source/lr_ilocationresolver.cpp +++ b/stratosphere/ncm/source/lr_ilocationresolver.cpp @@ -98,4 +98,4 @@ namespace sts::lr { std::abort(); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_ilocationresolver.hpp b/stratosphere/ncm/source/lr_ilocationresolver.hpp index 2b4a7bef8..fa669430f 100644 --- a/stratosphere/ncm/source/lr_ilocationresolver.hpp +++ b/stratosphere/ncm/source/lr_ilocationresolver.hpp @@ -98,4 +98,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_manager_service.cpp b/stratosphere/ncm/source/lr_manager_service.cpp index 6958cb11e..01468eb1c 100644 --- a/stratosphere/ncm/source/lr_manager_service.cpp +++ b/stratosphere/ncm/source/lr_manager_service.cpp @@ -36,4 +36,4 @@ namespace sts::lr { return impl::OpenAddOnContentLocationResolver(out); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_manager_service.hpp b/stratosphere/ncm/source/lr_manager_service.hpp index 5a1058346..81b887cfc 100644 --- a/stratosphere/ncm/source/lr_manager_service.hpp +++ b/stratosphere/ncm/source/lr_manager_service.hpp @@ -47,4 +47,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp b/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp index b140e69b1..2a36c5f3e 100644 --- a/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp +++ b/stratosphere/ncm/source/lr_redirectonlylocationresolver.cpp @@ -171,4 +171,4 @@ namespace sts::lr { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp b/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp index e69696d18..9346d5d67 100644 --- a/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp +++ b/stratosphere/ncm/source/lr_redirectonlylocationresolver.hpp @@ -71,4 +71,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_registeredlocationresolver.cpp b/stratosphere/ncm/source/lr_registeredlocationresolver.cpp index 5d7af37ff..8e4dea648 100644 --- a/stratosphere/ncm/source/lr_registeredlocationresolver.cpp +++ b/stratosphere/ncm/source/lr_registeredlocationresolver.cpp @@ -100,4 +100,4 @@ namespace sts::lr { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/lr_registeredlocationresolver.hpp b/stratosphere/ncm/source/lr_registeredlocationresolver.hpp index 97a5bc49a..0d6f0f4d7 100644 --- a/stratosphere/ncm/source/lr_registeredlocationresolver.hpp +++ b/stratosphere/ncm/source/lr_registeredlocationresolver.hpp @@ -67,4 +67,4 @@ namespace sts::lr { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_content_manager_service.cpp b/stratosphere/ncm/source/ncm_content_manager_service.cpp index cd95b9191..5a2d3c550 100644 --- a/stratosphere/ncm/source/ncm_content_manager_service.cpp +++ b/stratosphere/ncm/source/ncm_content_manager_service.cpp @@ -77,4 +77,4 @@ namespace sts::ncm { return impl::InactivateContentMetaDatabase(storage_id); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_content_manager_service.hpp b/stratosphere/ncm/source/ncm_content_manager_service.hpp index 6b6813158..1d2c2fe31 100644 --- a/stratosphere/ncm/source/ncm_content_manager_service.hpp +++ b/stratosphere/ncm/source/ncm_content_manager_service.hpp @@ -72,4 +72,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_contentmetadatabase.cpp b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp index 72a46e2e9..6900a1404 100644 --- a/stratosphere/ncm/source/ncm_contentmetadatabase.cpp +++ b/stratosphere/ncm/source/ncm_contentmetadatabase.cpp @@ -610,4 +610,4 @@ namespace sts::ncm { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_contentmetadatabase.hpp b/stratosphere/ncm/source/ncm_contentmetadatabase.hpp index b306631e3..1ec7ef2b8 100644 --- a/stratosphere/ncm/source/ncm_contentmetadatabase.hpp +++ b/stratosphere/ncm/source/ncm_contentmetadatabase.hpp @@ -141,4 +141,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_contentstorage.cpp b/stratosphere/ncm/source/ncm_contentstorage.cpp index b788659f5..d57ab3e5e 100644 --- a/stratosphere/ncm/source/ncm_contentstorage.cpp +++ b/stratosphere/ncm/source/ncm_contentstorage.cpp @@ -655,4 +655,4 @@ namespace sts::ncm { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_contentstorage.hpp b/stratosphere/ncm/source/ncm_contentstorage.hpp index df124f9bd..7f9f8b7de 100644 --- a/stratosphere/ncm/source/ncm_contentstorage.hpp +++ b/stratosphere/ncm/source/ncm_contentstorage.hpp @@ -112,4 +112,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_fs.cpp b/stratosphere/ncm/source/ncm_fs.cpp index 9eb201e5a..4773c3b0a 100644 --- a/stratosphere/ncm/source/ncm_fs.cpp +++ b/stratosphere/ncm/source/ncm_fs.cpp @@ -379,4 +379,4 @@ namespace sts::ncm { return ResultSuccess; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_fs.hpp b/stratosphere/ncm/source/ncm_fs.hpp index 347c323fb..1194dbea9 100644 --- a/stratosphere/ncm/source/ncm_fs.hpp +++ b/stratosphere/ncm/source/ncm_fs.hpp @@ -113,4 +113,4 @@ namespace sts::ncm { return ResultSuccess; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_icontentmetadatabase.cpp b/stratosphere/ncm/source/ncm_icontentmetadatabase.cpp index 155b21103..2abb63ede 100644 --- a/stratosphere/ncm/source/ncm_icontentmetadatabase.cpp +++ b/stratosphere/ncm/source/ncm_icontentmetadatabase.cpp @@ -118,4 +118,4 @@ namespace sts::ncm { std::abort(); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp b/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp index 627e0b839..8eed6285c 100644 --- a/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp +++ b/stratosphere/ncm/source/ncm_icontentmetadatabase.hpp @@ -118,4 +118,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_icontentstorage.cpp b/stratosphere/ncm/source/ncm_icontentstorage.cpp index 8eef3d2d3..7ac23e210 100644 --- a/stratosphere/ncm/source/ncm_icontentstorage.cpp +++ b/stratosphere/ncm/source/ncm_icontentstorage.cpp @@ -138,4 +138,4 @@ namespace sts::ncm { std::abort(); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_icontentstorage.hpp b/stratosphere/ncm/source/ncm_icontentstorage.hpp index 626787797..11b4a0661 100644 --- a/stratosphere/ncm/source/ncm_icontentstorage.hpp +++ b/stratosphere/ncm/source/ncm_icontentstorage.hpp @@ -123,4 +123,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_main.cpp b/stratosphere/ncm/source/ncm_main.cpp index 14ccc2617..a2fda6ee8 100644 --- a/stratosphere/ncm/source/ncm_main.cpp +++ b/stratosphere/ncm/source/ncm_main.cpp @@ -164,4 +164,4 @@ int main(int argc, char **argv) sts::ncm::impl::FinalizeContentManager(); return 0; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_make_path.cpp b/stratosphere/ncm/source/ncm_make_path.cpp index d43d89379..d1e82b2cb 100644 --- a/stratosphere/ncm/source/ncm_make_path.cpp +++ b/stratosphere/ncm/source/ncm_make_path.cpp @@ -90,4 +90,4 @@ namespace sts::ncm::path { } } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_make_path.hpp b/stratosphere/ncm/source/ncm_make_path.hpp index 2bd60c849..b8cd03224 100644 --- a/stratosphere/ncm/source/ncm_make_path.hpp +++ b/stratosphere/ncm/source/ncm_make_path.hpp @@ -30,4 +30,4 @@ namespace sts::ncm::path { void MakePlaceHolderPathFlat(char* out_path, PlaceHolderId placeholder_id, const char* root); void MakePlaceHolderPathHashByteLayered(char* out_path, PlaceHolderId placeholder_id, const char* root); -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_path_utils.cpp b/stratosphere/ncm/source/ncm_path_utils.cpp index 57c9458c9..cf51fcbd2 100644 --- a/stratosphere/ncm/source/ncm_path_utils.cpp +++ b/stratosphere/ncm/source/ncm_path_utils.cpp @@ -87,4 +87,4 @@ namespace sts::ncm::path { return this->path.substr(this->path.find_last_of("/") + 1); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_path_utils.hpp b/stratosphere/ncm/source/ncm_path_utils.hpp index cdcd197e0..e538a1aec 100644 --- a/stratosphere/ncm/source/ncm_path_utils.hpp +++ b/stratosphere/ncm/source/ncm_path_utils.hpp @@ -51,4 +51,4 @@ namespace sts::ncm::path { std::string_view GetFileName() const; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp b/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp index de8dd26b8..0fb32eb5f 100644 --- a/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp +++ b/stratosphere/ncm/source/ncm_readonlycontentstorage.cpp @@ -245,4 +245,4 @@ namespace sts::ncm { return ResultNcmInvalidContentStorageOperation; } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp b/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp index 135690230..156eab7fb 100644 --- a/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp +++ b/stratosphere/ncm/source/ncm_readonlycontentstorage.hpp @@ -88,4 +88,4 @@ namespace sts::ncm { }; }; -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_types.hpp b/stratosphere/ncm/source/ncm_types.hpp index 72b48ad3b..44e1192d2 100644 --- a/stratosphere/ncm/source/ncm_types.hpp +++ b/stratosphere/ncm/source/ncm_types.hpp @@ -198,4 +198,4 @@ namespace sts::ncm { typedef void (*MakeContentPathFunc)(char* out, ContentId content_id, const char* root); typedef void (*MakePlaceHolderPathFunc)(char* out, PlaceHolderId placeholder_id, const char* root); -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_utils.cpp b/stratosphere/ncm/source/ncm_utils.cpp index a490f6a0f..05f55edaf 100644 --- a/stratosphere/ncm/source/ncm_utils.cpp +++ b/stratosphere/ncm/source/ncm_utils.cpp @@ -78,4 +78,4 @@ namespace sts::ncm { return std::optional(content_id); } -} \ No newline at end of file +} diff --git a/stratosphere/ncm/source/ncm_utils.hpp b/stratosphere/ncm/source/ncm_utils.hpp index 20a00662d..10aeb248a 100644 --- a/stratosphere/ncm/source/ncm_utils.hpp +++ b/stratosphere/ncm/source/ncm_utils.hpp @@ -29,4 +29,4 @@ namespace sts::ncm { Result GetPlaceHolderIdFromDirEntry(PlaceHolderId* out, struct dirent* dir_entry); std::optional GetContentIdFromString(const char* str, size_t len); -}; \ No newline at end of file +};