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:
authorRobert Adam <dev@robert-adam.de>2021-04-17 09:37:05 +0300
committerGitHub <noreply@github.com>2021-04-17 09:37:05 +0300
commitbaeddddec4c301389a088a9f7059a4b5d28c7dd1 (patch)
treeabf6a4001f7b795242e49b619fc3ffb6c0623633 /src/murmur/Server.cpp
parentd4a5fc1047837ce2018a6381e0e74a51f65b2a8f (diff)
parent923045ac6029bc7433c60ce2fad5a35e025beedd (diff)
Merge PR #4934: FORMAT: Run clang-format 10 on all source files1.4.0-development-snapshot-005
Diffstat (limited to 'src/murmur/Server.cpp')
-rw-r--r--src/murmur/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/murmur/Server.cpp b/src/murmur/Server.cpp
index c0c979814..5d8a789e0 100644
--- a/src/murmur/Server.cpp
+++ b/src/murmur/Server.cpp
@@ -1280,8 +1280,8 @@ void Server::processMsg(ServerUser *u, const char *data, int len) {
ServerUser *pDst = static_cast< ServerUser * >(qhUsers.value(currentSession));
if (pDst && (!group || Group::isMember(tc, tc, qsg, pDst))) {
- // Only send audio to listener if the user exists and it is in the group the speech is directed
- // at (if any)
+ // Only send audio to listener if the user exists and it is in the group the
+ // speech is directed at (if any)
listener << pDst;
}
}