diff options
author | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
---|---|---|
committer | Spp <none@none> | 2010-04-11 20:20:38 +0200 |
commit | 65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch) | |
tree | 5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/shared/Auth/Hmac.cpp | |
parent | c592fc75809e420eb3554b12c31eb645a8aae280 (diff) |
Tab to Spaces and remove of trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Auth/Hmac.cpp')
-rw-r--r-- | src/shared/Auth/Hmac.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/shared/Auth/Hmac.cpp b/src/shared/Auth/Hmac.cpp index 07fbd4821fb..a30f1b2d1e2 100644 --- a/src/shared/Auth/Hmac.cpp +++ b/src/shared/Auth/Hmac.cpp @@ -42,9 +42,9 @@ void HmacHash::UpdateData(const uint8 *data, int length) HMAC_Update(&m_ctx, data, length); } -void HmacHash::UpdateData(const std::string &str) -{ - UpdateData((uint8 const*)str.c_str(), str.length()); +void HmacHash::UpdateData(const std::string &str) +{ + UpdateData((uint8 const*)str.c_str(), str.length()); } void HmacHash::Finalize() |