diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-06-14 15:28:51 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-06-14 15:28:51 -0400 |
commit | 129e3c1dbf05d8e0ee2b53990d532bb0c211ac11 (patch) | |
tree | 59638b7158c367a3ae07464f48e6cd59e8a9b244 /intl/hyphenation | |
parent | 75d6d32bda5fecdbcc2fe7c52a42c1964685d8a0 (diff) | |
download | uxp-129e3c1dbf05d8e0ee2b53990d532bb0c211ac11.tar.gz |
Clang needs a trailing new line in intl/hyphenation/glue/hnjstdio.cpp
Diffstat (limited to 'intl/hyphenation')
-rw-r--r-- | intl/hyphenation/glue/hnjstdio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/hyphenation/glue/hnjstdio.cpp b/intl/hyphenation/glue/hnjstdio.cpp index 5be8b7c1d5..59ecdf7752 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 +} |