]> git.tdb.fi Git - r2c2.git/blobdiff - source/libmarklin/geometry.h
Style fixes, including:
[r2c2.git] / source / libmarklin / geometry.h
index 9dee86ef949b7d4de481e46ddf8faacf118920c4..4b0afc23f2b9fdc1672e2b814c7bf2e24542755e 100644 (file)
@@ -7,7 +7,7 @@ namespace Marklin {
 
 struct Point
 {
-       float x,y,z;
+       float x, y, z;
 
        Point(): x(0), y(0), z(0) { }
        Point(float x_, float y_, float z_): x(x_), y(y_), z(z_) { }