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-16 22:02:25 +0300
committerRobert Adam <dev@robert-adam.de>2021-04-16 22:05:52 +0300
commit923045ac6029bc7433c60ce2fad5a35e025beedd (patch)
treeabf6a4001f7b795242e49b619fc3ffb6c0623633 /src/mumble/ACLEditor.cpp
parentd4a5fc1047837ce2018a6381e0e74a51f65b2a8f (diff)
FORMAT: Run clang-format 10 on all source files
Diffstat (limited to 'src/mumble/ACLEditor.cpp')
-rw-r--r--src/mumble/ACLEditor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mumble/ACLEditor.cpp b/src/mumble/ACLEditor.cpp
index 616a7936b..d4bea977c 100644
--- a/src/mumble/ACLEditor.cpp
+++ b/src/mumble/ACLEditor.cpp
@@ -298,7 +298,8 @@ void ACLEditor::accept() {
// Update channel state
if (bAddChannelMode) {
Global::get().sh->createChannel(iChannel, qleChannelName->text(), rteChannelDescription->text(),
- qsbChannelPosition->value(), qcbChannelTemporary->isChecked(), qsbChannelMaxUsers->value());
+ qsbChannelPosition->value(), qcbChannelTemporary->isChecked(),
+ qsbChannelMaxUsers->value());
} else {
bool needs_update = false;