[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/data

Jens-Michael Hoffmann jensmh at gmx.de
Mon Nov 8 22:38:33 CET 2010


SVN commit 1194382 by jmhoffmann:

GeoDataPlacemark: Coding style polish.

This breaks long lines, removes trailing white space and fixes indentation.

 M  +2 -1      GeoDataPlacemark.h  
 U             GeoDataPlacemark_p.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataPlacemark.h #1194381:1194382
@@ -104,7 +104,8 @@
      * Set the coordinate of the placemark in @p longitude and
      * @p latitude.
      */
-    void setCoordinate( qreal longitude, qreal latitude, qreal altitude = 0, GeoDataPoint::Unit _unit = GeoDataPoint::Radian );
+    void setCoordinate( qreal longitude, qreal latitude, qreal altitude = 0,
+                        GeoDataPoint::Unit _unit = GeoDataPoint::Radian );
     
     /**
     * Set the coordinate of the placemark with an @p GeoDataPoint.


More information about the Marble-commits mailing list