diff options
Diffstat (limited to 'src/Common/Token.h')
-rw-r--r-- | src/Common/Token.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Common/Token.h b/src/Common/Token.h index c1dd8ac4..754e2830 100644 --- a/src/Common/Token.h +++ b/src/Common/Token.h @@ -50,9 +50,9 @@ namespace VeraCrypt class Token { public: - static vector<shared_ptr<TokenKeyfile>> GetAvailableKeyfiles(bool isEMVSupportEnabled); + static vector< shared_ptr<TokenKeyfile> > GetAvailableKeyfiles(bool isEMVSupportEnabled); static bool IsKeyfilePathValid(const wstring& tokenKeyfilePath, bool isEMVSupportEnabled); - static list <shared_ptr<TokenInfo>> GetAvailableTokens(); + static list < shared_ptr<TokenInfo> > GetAvailableTokens(); static shared_ptr<TokenKeyfile> getTokenKeyfile(const TokenKeyfilePath& path); }; }; |