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 <krzmbrzl@gmail.com>2020-09-11 19:29:33 +0300
committerRobert <krzmbrzl@gmail.com>2020-09-11 19:29:33 +0300
commitaf7dac72f4063dd8d4dac71973ea51c25896089a (patch)
tree35558695aea94d48fd9e77d164d63fd8b7c76e90 /overlay/overlay_launchers.h
parent40b28b03c150b453e00c6bc4f8d6957caea59c51 (diff)
FORMAT: Run clang-format 10 on all C/CXX source-files
Diffstat (limited to 'overlay/overlay_launchers.h')
-rw-r--r--overlay/overlay_launchers.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/overlay/overlay_launchers.h b/overlay/overlay_launchers.h
index e0a6d0f49..02c0f5690 100644
--- a/overlay/overlay_launchers.h
+++ b/overlay/overlay_launchers.h
@@ -7,19 +7,19 @@
#define MUMBLE_OVERLAY_LAUNCHERS_H_
static const char *overlayLaunchers[] = {
- "Steam.exe", // Steam
- "Origin.exe", // Origin
- "Battle.net.exe", // Battle.net
- "GalaxyClient.exe", // GOG Galaxy
- "UbisoftGameLauncher.exe", // Uplay
+ "Steam.exe", // Steam
+ "Origin.exe", // Origin
+ "Battle.net.exe", // Battle.net
+ "GalaxyClient.exe", // GOG Galaxy
+ "UbisoftGameLauncher.exe", // Uplay
"UbisoftGameLauncher64.exe", // Uplay
- "itch.exe", // itch.io
- "LaunchPad.exe", // Daybreak Games LaunchPad
+ "itch.exe", // itch.io
+ "LaunchPad.exe", // Daybreak Games LaunchPad
- "evelauncher.exe", // EVE Online launcher
+ "evelauncher.exe", // EVE Online launcher
"ffxivlauncher.exe", // Final Fantasy XIV Launcher
- "LoLPatcher.exe", // League of Legends Patcher (note: this isn't its launcher, but an intermediate process)
- "GTAVLauncher.exe", // Grand Theft Auto V
+ "LoLPatcher.exe", // League of Legends Patcher (note: this isn't its launcher, but an intermediate process)
+ "GTAVLauncher.exe", // Grand Theft Auto V
nullptr
};