clang format fix
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
#include <Utf8.h>
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
@@ -8,11 +10,9 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <Utf8.h>
|
|
||||||
|
|
||||||
#include "lib/Epub/Epub/hyphenation/HyphenationCommon.h"
|
#include "lib/Epub/Epub/hyphenation/HyphenationCommon.h"
|
||||||
#include "lib/Epub/Epub/hyphenation/LanguageRegistry.h"
|
|
||||||
#include "lib/Epub/Epub/hyphenation/LanguageHyphenator.h"
|
#include "lib/Epub/Epub/hyphenation/LanguageHyphenator.h"
|
||||||
|
#include "lib/Epub/Epub/hyphenation/LanguageRegistry.h"
|
||||||
|
|
||||||
struct TestCase {
|
struct TestCase {
|
||||||
std::string word;
|
std::string word;
|
||||||
|
|||||||
Reference in New Issue
Block a user