mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix indentation
This commit is contained in:
parent
92b7ee46ed
commit
84cca2dd94
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user