Skip to content

Commit

Permalink
Merge branch 'purematlab' of https://github.com/davidvarga/MBeautifier
Browse files Browse the repository at this point in the history
…into purematlab
  • Loading branch information
davidvarga committed Jan 12, 2016
2 parents a5daa05 + 1fb20bc commit dce779b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion @MBeautify/performFormatting.m
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,9 @@
contTokenStruct = tokStruct('ContinueToken');
if numel(multElBracketStrs)

parts = cell(1, numel(multElBracketStrs) + 3);
% parts contains the input string as a cell like:
% - {'a = ', '[1, 2, 3]', ' + ', '[4, 5 6]', ' + ', '[6 7 8]'}
parts = cell(1, numel(multElBracketStrs)*2 + 1);

if multElBracketBegInds(1) == 1
parts{1} = '';
Expand Down

0 comments on commit dce779b

Please sign in to comment.