Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/TestCrypt/TestCrypt.cpp')
-rw-r--r--src/tests/TestCrypt/TestCrypt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/TestCrypt/TestCrypt.cpp b/src/tests/TestCrypt/TestCrypt.cpp
index 2361da968..16b01240e 100644
--- a/src/tests/TestCrypt/TestCrypt.cpp
+++ b/src/tests/TestCrypt/TestCrypt.cpp
@@ -265,8 +265,8 @@ void TestCrypt::xexstarAttack() {
}
// Actual content should have been changed such that the critical block is no longer all 0.
- QCOMPARE(src[0], static_cast<unsigned char>(0));
- QCOMPARE(decrypted[0], static_cast<unsigned char>(1));
+ QCOMPARE(src[0], static_cast< unsigned char >(0));
+ QCOMPARE(decrypted[0], static_cast< unsigned char >(1));
}
void TestCrypt::tamper() {