Skip to content

Commit 73a2ed1

Browse files
committed
Remove multiple trailing newlines at EOF.
1 parent fd0ae5a commit 73a2ed1

8 files changed

+0
-8
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@
8787
/libjson-c.a
8888
/libjson-c.so
8989
/libjson-c.so.*
90-

AUTHORS

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ Michael Clark <[email protected]>
22
Jehiah Czebotar <[email protected]>
33
Eric Haszlakiewicz <[email protected]>
44
C. Watford ([email protected])
5-

INSTALL

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11

22
See README.md for installation instructions.
3-

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,3 @@ following more specific header files:
237237
* json_util.h - Miscelleanous utility functions.
238238

239239
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)
240-

RELEASE_CHECKLIST.txt

-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,3 @@ Copy and paste this output into the wiki page at:
147147
------------
148148

149149
Send an email to the mailing list.
150-

STYLE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ Other:
2929
Variables should be defined for the smallest scope needed.
3030
Functions should be defined static when possible.
3131
When possible, avoid exposing internals in the public API.
32-

issues_closed_for_0.13.md

-1
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,3 @@ Issues and Pull Requests closed for the 0.13 release
264264
[Memory leak for json_tokener_parse_ex for version 0.12.1](https://api.github.com/repos/json-c/json-c/issues/382)
265265
[Fix a compiler warning.](https://api.github.com/repos/json-c/json-c/issues/383)
266266
[Fix a VS 2015 compiler warnings.](https://api.github.com/repos/json-c/json-c/issues/384)
267-

tests/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ target_link_libraries(
5151
)
5252

5353
endforeach(TESTNAME)
54-

0 commit comments

Comments
 (0)