[Marble-commits] KDE/kdeedu/marble/src/lib/routing

Dennis Nienhüser earthwings at gentoo.org
Sat May 1 00:30:07 CEST 2010


SVN commit 1121246 by nienhueser:

Fix whitespace (thanks jmho)

 M  +2 -1      RoutingLayer.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingLayer.cpp #1121245:1121246
@@ -39,7 +39,8 @@
         QRegion region;
 
         PaintRegion( const T &index_, const QRegion &region_ ) :
-                index( index_ ), region( region_ ) {
+                index( index_ ), region( region_ )
+        {
             // nothing to do
         }
     };


More information about the Marble-commits mailing list