summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy')
-rw-r--r--Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy b/Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy
index ec1ab7586a9..40f9d065a30 100644
--- a/Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy
+++ b/Master/texmf-dist/doc/asymptote/examples/RiemannSphere.asy
@@ -33,9 +33,9 @@ draw(p,1bp+heavyred);
draw(q,1bp+heavyblue);
triple
- A=(0,0,1),
- B=(u(40),v(40),w(40)),
- C=(x(40),y(40),z(40));
+A=(0,0,1),
+B=(u(40),v(40),w(40)),
+C=(x(40),y(40),z(40));
path3 L=A--C;
draw(L,1bp+black);