remove unnecessary semicolons

remove-priordens
Houtan Bastani 2019-09-02 17:45:12 +02:00
parent d64ecf22b6
commit 30689dd1c8
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ if ~isempty(o.tableSubSectionHeader)
fprintf(fid, ' &');
end
fprintf(fid, '\\\\%%\n');
return;
return
end
if o.tableAlignRight
fprintf(fid, '\\multicolumn{1}{r}{');

View File

@ -195,7 +195,7 @@ tf = true;
for i=1:length(dcell)
if ~(isdates(dcell{i}) && dcell{i}.ndat >= 2)
tf = false;
return;
return
end
end
end
@ -235,7 +235,7 @@ tf = true;
for i=1:length(dcell)
if ~isdates(dcell{i})
tf = false;
return;
return
end
end
end