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
path: root/src/tests
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-08-03 04:49:25 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-08-03 20:25:57 +0400
commit16c445b3765471b5eefe0b15104ef292f75da25c (patch)
treea01831e9f0232b6e2b8ed6648dc0ad254970c94e /src/tests
parent2bfb54c34db01968264aed82ea73e270060d810c (diff)
Indent, changelog and submodule update
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/Benchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/Benchmark.cpp b/src/tests/Benchmark.cpp
index 7d0d4bf6f..0fa287ac8 100644
--- a/src/tests/Benchmark.cpp
+++ b/src/tests/Benchmark.cpp
@@ -185,7 +185,7 @@ void Client::readyRead() {
unsigned char buff[10000];
ssl->read(reinterpret_cast<char *>(buff), want);
avail = ssl->bytesAvailable();
-
+
switch (ptype) {
case MessageHandler::CryptSetup: {
MumbleProto::CryptSetup msg;