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/TestLink.cpp')
-rw-r--r--src/tests/TestLink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/TestLink.cpp b/src/tests/TestLink.cpp
index 9b69a750b..e07a56464 100644
--- a/src/tests/TestLink.cpp
+++ b/src/tests/TestLink.cpp
@@ -71,7 +71,7 @@ void updateMumble() {
if (! lm)
return;
- if(lm->uiVersion != 2) {
+ if (lm->uiVersion != 2) {
wcsncpy(lm->name, L"TestLink", 256);
wcsncpy(lm->description, L"TestLink is a test of the Link plugin.", 2048);
lm->uiVersion = 2;