Fix broken whitespace. I'd apologize for the compile times if it was my fault :D
[ardour.git] / libs / ardour / ardour / spline.h
index 28af6d4c928ced92bab42886d465026a826f9f42..6a12e96d522a905a6606d2346eb7364242b43a12 100644 (file)
@@ -30,8 +30,8 @@ typedef struct _spline_point SplinePoint;
 
 struct _spline_point
 {
-    float x;
-    float y;
+       float x;
+       float y;
 };
 
 Spline *spline_new (void);