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:
authorDavide Beatrici <davidebeatrici@gmail.com>2017-01-22 19:09:18 +0300
committerJan Klass <kissaki@posteo.de>2017-01-29 15:02:58 +0300
commit474b3700aeef869ca2df37227e9e27aea982e6fe (patch)
tree8e863342e2ba16fbe8d62aef98ecbc7f03311760 /plugins/sr
parent82d385f6bdd6de8d80b3aa28c87947eb0df12d57 (diff)
plugins: Fix indentation and whitespace
* Use tabs for indentation * Remove trailing whitespace * Space indentation for alignment
Diffstat (limited to 'plugins/sr')
-rw-r--r--plugins/sr/sr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sr/sr.cpp b/plugins/sr/sr.cpp
index 87348eceb..753929e2e 100644
--- a/plugins/sr/sr.cpp
+++ b/plugins/sr/sr.cpp
@@ -4,13 +4,13 @@
// Mumble source tree or at <https://www.mumble.info/LICENSE>.
/* Copyright (C) 2012, Lukas Orsvärn <lucas.orsv@gmail.com>
- Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
+ Copyright (C) 2005-2010, Thorvald Natvig <thorvald@natvig.com>
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
- are met:
+ are met:
- Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.