reporting: series: fix spacing of table cell separators and eol's

time-shift
Houtan Bastani 2013-09-26 14:45:46 +02:00
parent 79f03773d7
commit a9eb95ff2a
1 changed files with 3 additions and 3 deletions

View File

@ -91,5 +91,5 @@ for i=1:size(data,1)
fprintf(fid, ']');
end
end
fprintf(fid, ' \\\\\n\n');
fprintf(fid, '\\\\%%\n');
end