]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Remove multiple trailing newlines at EOF. 575/head
authorBjörn Esser <besser82@fedoraproject.org>
Sat, 11 Apr 2020 08:34:30 +0000 (10:34 +0200)
committerBjörn Esser <besser82@fedoraproject.org>
Sat, 11 Apr 2020 08:35:42 +0000 (10:35 +0200)
.gitignore
AUTHORS
INSTALL
README.md
RELEASE_CHECKLIST.txt
STYLE.txt
issues_closed_for_0.13.md
tests/CMakeLists.txt

index 47fba9d309d5ea131cb78885b6c7e57e40a8fed1..b791a5d77e9d833ac072c6c1f10b9a441c22099c 100644 (file)
@@ -87,4 +87,3 @@
 /libjson-c.a
 /libjson-c.so
 /libjson-c.so.*
-
diff --git a/AUTHORS b/AUTHORS
index b389989c452b2014e56ffd61399aac26a6fc0281..11bade4e8ea10c3567e59490c91ecd6ff10429b6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,4 +2,3 @@ Michael Clark <michael@metaparadigm.com>
 Jehiah Czebotar <jehiah@gmail.com>
 Eric Haszlakiewicz <hawicz+json-c@gmail.com>
 C. Watford (christopher.watford@gmail.com)
-
diff --git a/INSTALL b/INSTALL
index 5fb10a02cb9caeab9ada27423ae83c284d6b493b..d8575d3fb614f0f7d0c17778a4fac77b9d2b47b0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,2 @@
 
 See README.md for installation instructions.
-
index 8c9ec6bb41fb4c35224e228360598c7a9df0aebb..39ea0d6814d44360bbfe55d9c27c76d23be783ff 100644 (file)
--- 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)
-
index d25cbb25b100214ba2fcc1ea594b6fbf6a1542da..99f1114c17ff3ce250e4bd177a204aa5bad353ee 100644 (file)
@@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at:
 ------------
 
 Send an email to the mailing list.
-
index 982882526d97ed4be6ba2d31f1dd51ca506569bc..4e5d75ac5b1671c526737d1300f4302cf70a1a5a 100644 (file)
--- 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.
-
index a29e43705f343770933ad43eefb365d58d8c0eea..bf72af46d741b9f84330928b27ecfbdb39df9e6e 100644 (file)
@@ -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)
-
index d452017026dc8cf7068f56a77409076919e47b7a..f18d9f322ce34b9de908851c67c3dc82eb50f528 100644 (file)
@@ -51,4 +51,3 @@ target_link_libraries(
   )
 
 endforeach(TESTNAME)
-