Cosmetic change.

time-shift
Stéphane Adjemian (Scylla) 2017-07-28 15:43:11 +02:00
parent 1d6dcb1dfc
commit 5bdbaab3ac
1 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,8 @@ assert(size(data, 1) == length(rows), 'must have the same number of rows')
assert(size(data, 2) == length(cols), 'must have the same number of columns')
assert(isint(indent), 'indent must be an integer')
skipline(3)
%% Print Output
rowstrlens = cellfun(@length, rows);
colstrlens = cellfun(@length, cols);
@ -92,4 +94,3 @@ for i = 1:length(afterward)
end
fprintf('%s\n\n', repmat('_', 1, length(colrow2)));
end