eliot-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Eliot-dev] Changes to eliot/game/round.cpp [antoine-1]


From: eliot-dev
Subject: [Eliot-dev] Changes to eliot/game/round.cpp [antoine-1]
Date: Sun, 23 Oct 2005 16:59:12 -0400

Index: eliot/game/round.cpp
diff -u eliot/game/round.cpp:1.3.2.1 eliot/game/round.cpp:1.3.2.2
--- eliot/game/round.cpp:1.3.2.1        Sun Oct 23 17:16:24 2005
+++ eliot/game/round.cpp        Sun Oct 23 20:58:20 2005
@@ -3,8 +3,6 @@
  * Authors: Antoine Fraboulet <address@hidden>
  *          Olivier Teuliere  <address@hidden>
  *
- * $Id: round.cpp,v 1.3.2.1 2005/10/23 17:16:24 afrab Exp $
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
@@ -190,19 +188,19 @@
     std::string rs(" ");
 
     if (getWord().size() > 0)
-       {
-           rs  = getWord();
-           rs += std::string(16 - getWord().size(), ' ');
-           rs += getBonus() ? '*' : ' ';
-           sprintf(buff,"%4d",getPoints());
-           rs += buff;
-           rs += " " + getCoord().toString();
-       }
+    {
+        rs  = getWord();
+        rs += std::string(16 - getWord().size(), ' ');
+        rs += getBonus() ? '*' : ' ';
+        sprintf(buff,"%4d",getPoints());
+        rs += buff;
+        rs += " " + getCoord().toString();
+    }
 
     return rs;
 }
 
-
+
 /// Local Variables:
 /// mode: hs-minor
 /// c-basic-offset: 4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]