key_manager: Correct casing of instance()

Our codebase uppercases member function names.
This commit is contained in:
Lioncash 2020-07-01 00:28:49 -04:00
parent 93f1d9435d
commit 1e362da176
10 changed files with 10 additions and 10 deletions

View file

@ -158,7 +158,7 @@ private:
bool encrypted = false;
bool is_update = false;
Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::instance();
Core::Crypto::KeyManager& keys = Core::Crypto::KeyManager::Instance();
};
} // namespace FileSys