summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-21 18:41:03 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-21 18:41:03 +0300
commit8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e (patch)
tree1ece835853f9e2a7161b692001695a80a72ca25d
parente4dabfe2b75a20378bdb1bf32b53249b5d55740b (diff)
downloadplus-8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e.tar.gz
plus-8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e.tar.bz2
plus-8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e.tar.xz
plus-8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e.zip
Fix code style.
-rw-r--r--src/client.cpp2
-rw-r--r--src/gui/setup_visual.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index d0c573e13..b853f1908 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2456,4 +2456,4 @@ void Client::applyGamma()
{
float val = config.getFloatValue("gamma");
SDL_SetGamma(val, val, val);
-} \ No newline at end of file
+}
diff --git a/src/gui/setup_visual.cpp b/src/gui/setup_visual.cpp
index 5e072b53b..22df1ffa7 100644
--- a/src/gui/setup_visual.cpp
+++ b/src/gui/setup_visual.cpp
@@ -69,7 +69,7 @@ Setup_Visual::Setup_Visual()
mSpeachList->push_back(_("Text"));
mSpeachList->push_back(_("Bubbles, no names"));
mSpeachList->push_back(_("Bubbles with names"));
- new SetupItemSlider2(_("Overhead text"),"", "speech", this,
+ new SetupItemSlider2(_("Overhead text"), "", "speech", this,
"speechEvent", 0, 3, mSpeachList);
mAmbientFxList = new SetupItemNames();