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 /plugins/ffxiv/ffxiv.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 'plugins/ffxiv/ffxiv.cpp')
-rw-r--r--plugins/ffxiv/ffxiv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ffxiv/ffxiv.cpp b/plugins/ffxiv/ffxiv.cpp
index f7742bcdc..c332266be 100644
--- a/plugins/ffxiv/ffxiv.cpp
+++ b/plugins/ffxiv/ffxiv.cpp
@@ -6,7 +6,7 @@
#define MUMBLE_ALLOW_DEPRECATED_LEGACY_PLUGIN_API
#include "../mumble_legacy_plugin.h"
-#include "../mumble_positional_audio_main.h" // Include standard positional audio header.
+#include "../mumble_positional_audio_main.h" // Include standard positional audio header.
#include "../mumble_positional_audio_utils.h" // Include positional audio header for special functions, like "escape".
#include <cmath>