Skip to content

Commit

Permalink
Remove multiple trailing newlines at EOF.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Apr 11, 2020
1 parent fd0ae5a commit 73a2ed1
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@
/libjson-c.a
/libjson-c.so
/libjson-c.so.*

1 change: 0 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Michael Clark <[email protected]>
Jehiah Czebotar <[email protected]>
Eric Haszlakiewicz <[email protected]>
C. Watford ([email protected])

1 change: 0 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@

See README.md for installation instructions.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion RELEASE_CHECKLIST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at:
------------

Send an email to the mailing list.

1 change: 0 additions & 1 deletion STYLE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

1 change: 0 additions & 1 deletion issues_closed_for_0.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

1 change: 0 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,3 @@ target_link_libraries(
)

endforeach(TESTNAME)

0 comments on commit 73a2ed1

Please sign in to comment.