summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-04-08 19:17:33 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-04-08 19:17:33 (GMT)
commit779ab703f43329b6b20afe732a4eb4c0d65c9054 (patch)
tree284f542ee81080bcd260f765c9a532cdb6937d70 /Swiften
parentc7145ce8f77eea28b43f113697e7c9b6db21773f (diff)
downloadswift-779ab703f43329b6b20afe732a4eb4c0d65c9054.zip
swift-779ab703f43329b6b20afe732a4eb4c0d65c9054.tar.bz2
Fix expanded tabs.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/SASL/SCRAMSHA1ClientAuthenticator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
index 64f210f..045c1b1 100644
--- a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
+++ b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
@@ -30,7 +30,7 @@ namespace Swift {
enum Step {
Initial,
Proof,
- Final
+ Final
} step;
String clientnonce;
ByteArray initialServerMessage;