summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();