From c54fea45ac106a1555cd4a162c96ee5b3d74ec2b Mon Sep 17 00:00:00 2001
From: Joseph Mirabel <jmirabel@laas.fr>
Date: Tue, 10 Mar 2020 19:01:22 +0100
Subject: [PATCH] [Minor] Fix documentation.

---
 idl/gepetto/viewer/graphical-interface.idl | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/idl/gepetto/viewer/graphical-interface.idl b/idl/gepetto/viewer/graphical-interface.idl
index 09f4fdc..5646d96 100644
--- a/idl/gepetto/viewer/graphical-interface.idl
+++ b/idl/gepetto/viewer/graphical-interface.idl
@@ -209,13 +209,13 @@ typedef sequence<Transform> TransformSeq;
     boolean addTriangleFace(in string faceName, in Position pos1, in Position pos2, in Position pos3, in Color RGBAcolor) raises (Error);
 
 
-		// Add a sphere with xyz axis
-		// The colors are x=red, y=green, z=blue (xyz=RGB)
-		// \param nodeName : name of the node
-		// \param RGBAcolor : color of the sphere
-		// \param radius : radius of the sphere
-		// \param sizeAxis : size of the axis (proportionnaly to the sphere radius, size axis = 1 -> axis are radius*4 in length and radius/4 in radius)
-		boolean addXYZaxis(in string nodeName, in Color RGBAcolor,in float radius,in float sizeAxis) raises(Error);
+    // Add a sphere with xyz axis
+    // The colors are x=red, y=green, z=blue (xyz=RGB)
+    // \param nodeName : name of the node
+    // \param RGBAcolor : color of the sphere
+    // \param radius : radius of the sphere
+    // \param sizeAxis : size of the axis
+    boolean addXYZaxis(in string nodeName, in Color RGBAcolor,in float radius,in float sizeAxis) raises(Error);
 
 		// Add an empty roadmap to the scene
 	  // \param nameCorba : name of the roadmap
-- 
GitLab