clang format fix
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
#include <Serialization.h>
|
#include <Serialization.h>
|
||||||
|
|
||||||
#include "Page.h"
|
#include "Page.h"
|
||||||
#include "parsers/ChapterHtmlSlimParser.h"
|
|
||||||
#include "hyphenation/Hyphenator.h"
|
#include "hyphenation/Hyphenator.h"
|
||||||
|
#include "parsers/ChapterHtmlSlimParser.h"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
constexpr uint8_t SECTION_FILE_VERSION = 9;
|
constexpr uint8_t SECTION_FILE_VERSION = 9;
|
||||||
|
|||||||
@@ -142,4 +142,3 @@ bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps) {
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -34,4 +34,3 @@ bool isExplicitHyphen(uint32_t cp);
|
|||||||
bool isSoftHyphen(uint32_t cp);
|
bool isSoftHyphen(uint32_t cp);
|
||||||
void trimSurroundingPunctuation(std::vector<CodepointInfo>& cps);
|
void trimSurroundingPunctuation(std::vector<CodepointInfo>& cps);
|
||||||
bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps);
|
bool hasOnlyAlphabetic(const std::vector<CodepointInfo>& cps);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user