summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/cartesian.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/cartesian.h')
-rw-r--r--libs/pbd/pbd/cartesian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/cartesian.h b/libs/pbd/pbd/cartesian.h
index 5f0b951d5f..5da136d056 100644
--- a/libs/pbd/pbd/cartesian.h
+++ b/libs/pbd/pbd/cartesian.h
@@ -28,7 +28,7 @@ namespace PBD {
LIBPBD_API void spherical_to_cartesian (double azi, double ele, double len, double& x, double& y, double& z);
LIBPBD_API void cartesian_to_spherical (double x, double y, double z, double& azi, double& ele, double& len);
-
+
struct AngularVector;
struct LIBPBD_API CartesianVector {