From 8d60ace7ad6c9dffabdd5ed71374d82360dc2d2e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 21 Feb 2012 18:41:03 +0300 Subject: Fix code style. --- src/client.cpp | 2 +- src/gui/setup_visual.cpp | 2 +- 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(); -- cgit v1.2.3-60-g2f50