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

remove unnecessary semicolons

parent f6e94801
No related branches found
No related tags found
No related merge requests found
......@@ -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}{');
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment