mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 06:29:06 +08:00
Remove multiple trailing newlines at EOF.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -87,4 +87,3 @@
|
||||
/libjson-c.a
|
||||
/libjson-c.so
|
||||
/libjson-c.so.*
|
||||
|
||||
|
||||
1
AUTHORS
1
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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at:
|
||||
------------
|
||||
|
||||
Send an email to the mailing list.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -51,4 +51,3 @@ target_link_libraries(
|
||||
)
|
||||
|
||||
endforeach(TESTNAME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user