summaryrefslogtreecommitdiffstats
path: root/intl/hyphenation
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-06-14 15:28:51 -0400
committerMatt A. Tobin <email@mattatobin.com>2018-06-14 15:28:51 -0400
commit129e3c1dbf05d8e0ee2b53990d532bb0c211ac11 (patch)
tree59638b7158c367a3ae07464f48e6cd59e8a9b244 /intl/hyphenation
parent75d6d32bda5fecdbcc2fe7c52a42c1964685d8a0 (diff)
downloadUXP-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.tar
UXP-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.tar.gz
UXP-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.tar.lz
UXP-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.tar.xz
UXP-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.zip
Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cpp
Diffstat (limited to 'intl/hyphenation')
-rw-r--r--intl/hyphenation/glue/hnjstdio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/hyphenation/glue/hnjstdio.cpp b/intl/hyphenation/glue/hnjstdio.cpp
index 5be8b7c1d..59ecdf775 100644
--- a/intl/hyphenation/glue/hnjstdio.cpp
+++ b/intl/hyphenation/glue/hnjstdio.cpp
@@ -137,4 +137,4 @@ int
hnjFeof(hnjFile* f)
{
return f->mEOF ? EOF : 0;
-} \ No newline at end of file
+}