Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Whitespace cleanup.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Dec 2010 08:46:34 +0000 (09:46 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Dec 2010 08:46:34 +0000 (09:46 +0100)
CHANGES
DrawingWindow.cpp

diff --git a/CHANGES b/CHANGES
index 951c20a..2944576 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
 
         * Ajout des méthodes drawTriangle et fillTriangle.
         * Ajout des méthodes getFont et setFont.
-       * Indique que les chaînes sont encodées en UTF8 pour drawText.
+        * Indique que les chaînes sont encodées en UTF8 pour drawText.
 
 -- mar., 27 avr. 2010 17:30:13 +0200
 
index db33a3f..ad74339 100644 (file)
@@ -142,7 +142,7 @@ public:
     { }
 };
 
-//! Demande de tracé de texte. 
+//! Demande de tracé de texte.
 class DrawTextEvent: public QEvent {
 public:
     const int x;