Whitespace fix
This commit is contained in:
parent
1b2bfa1e2a
commit
c192854e32
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ std::vector< std::string > square_parenthetical_split(std::string const &val,
|
|||
<< s_begin << " and " << s_end <<".\n";
|
||||
}
|
||||
if (padding_end > padding) padding = padding_end;
|
||||
|
||||
|
||||
int increment = (end >= begin ? 1 : -1);
|
||||
end+=increment; //include end in expansion
|
||||
for (int k=begin; k!=end; k+=increment) {
|
||||
|
|
Loading…
Add table
Reference in a new issue