Fix indentation

This commit is contained in:
Georg Baum 2015-05-17 17:27:12 +02:00
parent 92b7ee46ed
commit 84cca2dd94
26 changed files with 166 additions and 167 deletions

View File

@ -831,8 +831,7 @@ MatchStringAdv::MatchStringAdv(lyx::Buffer & buf, FindAndReplaceOptions const &
// examining of the current text part.
par_as_string_nolead = par_as_string;
}
}
else {
} else {
lead_size = identifyLeading(par_as_string);
lead_as_string = par_as_string.substr(0, lead_size);
par_as_string_nolead = par_as_string.substr(lead_size, par_as_string.size() - lead_size);