From 0c8c4d490893907237facd931d1ad8e651089f7d Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Tue, 1 Mar 2005 19:49:51 +0000 Subject: Changed tmw.ini to config.xml which is read/written using libxml2. --- src/gui/chat.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/chat.cpp') diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 34b49571..6e562017 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -78,13 +78,13 @@ void ChatBox::chat_log(std::string line, int own) // A try to get text sentences no too long... bool finished = false; - while ( !finished ) + while (!finished) { std::string tempText; - if ( line.length() > 60 ) + if (line.length() > 60) { - if ( line.length() > 60 ) + if (line.length() > 60) tempText = line.substr(0, 60); else tempText = line; -- cgit v1.2.3-70-g09d2