Fix bad indent.

PiperOrigin-RevId: 712267512
Change-Id: I3463b0f53b808b726ff0fe5ea46ec8d30164eac4
This commit is contained in:
Yuval Tassa
2025-01-05 09:11:40 -08:00
committed by Copybara-Service
parent abe8ffdee7
commit 94230a8bee
+1 -1
View File
@@ -1837,7 +1837,7 @@ void mjv_addGeoms(const mjModel* m, mjData* d, const mjvOption* vopt,
for (int j=0; j < npoints-1; j++) {
START
sz[0] = m->tendon_width[i];
sz[0] = m->tendon_width[i];
// construct geom
mjv_connector(thisgeom, mjGEOM_CAPSULE, sz[0], catenary+3*j, catenary+3*j+3);