Skip to content
Snippets Groups Projects
Commit 759c95c1 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: comment out spurious whitespace

parent d4910b4a
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ if ~isempty(o.shade) ...@@ -204,7 +204,7 @@ if ~isempty(o.shade)
end end
end end
fprintf(fid, '\\end{axis}\n\\end{tikzpicture}\n'); fprintf(fid, '\\end{axis}\n\\end{tikzpicture}%%');
if fclose(fid) == -1 if fclose(fid) == -1
error('@graph.writeGraphFile: closing %s\n', o.filename); error('@graph.writeGraphFile: closing %s\n', o.filename);
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment