mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 07:37:37 +03:00
clang format fix
This commit is contained in:
parent
3ef2448f72
commit
c83fd37286
@ -370,7 +370,7 @@ std::vector<size_t> russianBreakIndexes(const std::vector<CodepointInfo>& cps) {
|
||||
|
||||
// Try double consonant split first (preferred).
|
||||
size_t breakIndex = doubleConsonantSplit(cps, clusterStart, clusterEnd);
|
||||
|
||||
|
||||
// Fall back to onset-based split.
|
||||
if (breakIndex == std::numeric_limits<size_t>::max()) {
|
||||
const size_t onsetLen = russianOnsetLength(cps, clusterStart, clusterEnd);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user