aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Auth/Hmac.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-11 20:20:38 +0200
committerSpp <none@none>2010-04-11 20:20:38 +0200
commit65c3e979e2eed9e2485caf65b487dbd2219c0592 (patch)
tree5ecb0c945d99401d87fcfe116dfbc369328c4829 /src/shared/Auth/Hmac.cpp
parentc592fc75809e420eb3554b12c31eb645a8aae280 (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.cpp6
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()