From: Björn Esser Date: Sat, 11 Apr 2020 08:34:30 +0000 (+0200) Subject: Remove multiple trailing newlines at EOF. X-Git-Tag: json-c-0.14-20200419~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F575%2Fhead;p=thirdparty%2Fjson-c.git Remove multiple trailing newlines at EOF. --- diff --git a/.gitignore b/.gitignore index 47fba9d3..b791a5d7 100644 --- a/.gitignore +++ b/.gitignore @@ -87,4 +87,3 @@ /libjson-c.a /libjson-c.so /libjson-c.so.* - diff --git a/AUTHORS b/AUTHORS index b389989c..11bade4e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,4 +2,3 @@ Michael Clark Jehiah Czebotar Eric Haszlakiewicz C. Watford (christopher.watford@gmail.com) - diff --git a/INSTALL b/INSTALL index 5fb10a02..d8575d3f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,2 @@ See README.md for installation instructions. - diff --git a/README.md b/README.md index 8c9ec6bb..39ea0d68 100644 --- a/README.md +++ b/README.md @@ -237,4 +237,3 @@ following more specific header files: * json_util.h - Miscelleanous utility functions. For a full list of headers see [files.html](http://json-c.github.io/json-c/json-c-0.13.1/doc/html/files.html) - diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index d25cbb25..99f1114c 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at: ------------ Send an email to the mailing list. - diff --git a/STYLE.txt b/STYLE.txt index 98288252..4e5d75ac 100644 --- a/STYLE.txt +++ b/STYLE.txt @@ -29,4 +29,3 @@ Other: Variables should be defined for the smallest scope needed. Functions should be defined static when possible. When possible, avoid exposing internals in the public API. - diff --git a/issues_closed_for_0.13.md b/issues_closed_for_0.13.md index a29e4370..bf72af46 100644 --- a/issues_closed_for_0.13.md +++ b/issues_closed_for_0.13.md @@ -264,4 +264,3 @@ Issues and Pull Requests closed for the 0.13 release [Memory leak for json_tokener_parse_ex for version 0.12.1](https://api.github.com/repos/json-c/json-c/issues/382) [Fix a compiler warning.](https://api.github.com/repos/json-c/json-c/issues/383) [Fix a VS 2015 compiler warnings.](https://api.github.com/repos/json-c/json-c/issues/384) - diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d4520170..f18d9f32 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -51,4 +51,3 @@ target_link_libraries( ) endforeach(TESTNAME) -