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:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-04-28 00:59:47 +0400
committerThorvald Natvig <slicer@users.sourceforge.net>2009-04-28 00:59:47 +0400
commit1c0d7bbfd385cb4751eef290a952f15c4eb51b4b (patch)
tree9c65ee2cd50abb80013bee7d4da2fa036987627c /plugins/cod2
parent34a4b1f2b9a458da46fb4eb46a607de0d586aa87 (diff)
Indent, changelog and submodule update
Diffstat (limited to 'plugins/cod2')
-rw-r--r--plugins/cod2/cod2.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/cod2/cod2.cpp b/plugins/cod2/cod2.cpp
index 8ad3ff372..dd5bdbac7 100644
--- a/plugins/cod2/cod2.cpp
+++ b/plugins/cod2/cod2.cpp
@@ -126,9 +126,9 @@ static int trylock() {
if (!h)
return false;
- float apos[3], afront[3], atop[3], cpos[3], cfront[3], ctop[3];
- std::string context;
- std::wstring identity;
+ float apos[3], afront[3], atop[3], cpos[3], cfront[3], ctop[3];
+ std::string context;
+ std::wstring identity;
if (fetch(apos, afront, atop, cpos, cfront, ctop, context, identity))
return true;
@@ -146,7 +146,7 @@ static void unlock() {
}
static const std::wstring longdesc() {
- return std::wstring(L"Supports Call of Duty 2 v1.3. No context or identity support yet.");
+ return std::wstring(L"Supports Call of Duty 2 v1.3. No context or identity support yet.");
}
static std::wstring description(L"Call of Duty 2 v1.3");