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
61d0e1cadf
commit
8822e83394
@ -4,8 +4,8 @@
|
||||
#include <Serialization.h>
|
||||
|
||||
#include "Page.h"
|
||||
#include "parsers/ChapterHtmlSlimParser.h"
|
||||
#include "hyphenation/Hyphenator.h"
|
||||
#include "parsers/ChapterHtmlSlimParser.h"
|
||||
|
||||
namespace {
|
||||
constexpr uint8_t SECTION_FILE_VERSION = 9;
|
||||
|
||||
@ -142,4 +142,3 @@ bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps) {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@ -34,4 +34,3 @@ bool isExplicitHyphen(uint32_t cp);
|
||||
bool isSoftHyphen(uint32_t cp);
|
||||
void trimSurroundingPunctuation(std::vector<CodepointInfo>& cps);
|
||||
bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user