summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runsystem.in
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-07 03:02:55 +0000
committerNorbert Preining <norbert@preining.info>2020-08-07 03:02:55 +0000
commit3710c23789342d9d88783cbe9ad23eb5263a7c33 (patch)
tree1c40b2bfb9f6b652f7877ad0991f5d6b44391154 /graphics/asymptote/runsystem.in
parentd99fea72e367e8d4d2809b43b3b0206b1bb526b8 (diff)
CTAN sync 202008070302
Diffstat (limited to 'graphics/asymptote/runsystem.in')
-rw-r--r--graphics/asymptote/runsystem.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/asymptote/runsystem.in b/graphics/asymptote/runsystem.in
index 03025d1bd2..306b332ea1 100644
--- a/graphics/asymptote/runsystem.in
+++ b/graphics/asymptote/runsystem.in
@@ -40,7 +40,7 @@ function *breakpointFunction()
primCode());
}
-void clear(string file, Int line, bool warn=false)
+void clear(string file, Int line, bool warn=false)
{
bpinfo bp(file,line);
for(mem::list<bpinfo>::iterator p=bplist.begin(); p != bplist.end(); ++p) {
@@ -104,7 +104,7 @@ void exitFunction(stack *Stack)
// Autogenerated routines:
-string outname()
+string outname()
{
return outname();
}
@@ -226,10 +226,10 @@ Int convert(string args=emptystring, string file=emptystring,
"your ImageMagick convert utility");
if(oldPath != NULL)
setPath(oldPath);
-
+
if(ret == 0 && verbose > 0)
cout << "Wrote " << (file.empty() ? name : file) << endl;
-
+
return ret;
}
@@ -246,7 +246,7 @@ Int animate(string args=emptystring, string file=emptystring,
cmd.push_back(name);
return System(cmd,0,false,"animate","your animated GIF viewer");
}
-#endif
+#endif
return 0;
}