From 759c95c163f23f28b288475d9d3f4553f8127e79 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 24 Feb 2014 15:28:19 +0100
Subject: [PATCH] reporting: comment out spurious whitespace

---
 matlab/reports/@graph/writeGraphFile.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/reports/@graph/writeGraphFile.m b/matlab/reports/@graph/writeGraphFile.m
index a0d2273a4..7a1fc47a0 100644
--- a/matlab/reports/@graph/writeGraphFile.m
+++ b/matlab/reports/@graph/writeGraphFile.m
@@ -204,7 +204,7 @@ if ~isempty(o.shade)
     end
 end
 
-fprintf(fid, '\\end{axis}\n\\end{tikzpicture}\n');
+fprintf(fid, '\\end{axis}\n\\end{tikzpicture}%%');
 if fclose(fid) == -1
     error('@graph.writeGraphFile: closing %s\n', o.filename);
 end
-- 
GitLab