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 ®ion_ ) : - index( index_ ), region( region_ ) { + index( index_ ), region( region_ ) + { // nothing to do } };