Skip to content

Commit

Permalink
Add newline at the end of the SVG files
Browse files Browse the repository at this point in the history
Under UNIX-like OSes, a text file consists of a series of lines, each
of which ends with a `newline` character (`\n`). A file that is not
empty and does not end with a `newline` is therefore considered not to
be a text file.

Because of this, utilities that are supposed to operate on text files
may not cope well with files that don't end with a `newline` (e.g.: they
might ignore the text after the last `newline`).

Adding the `newline` character at the end of the file ensures that users
won't encounter any odd behavior when using it.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Reference/Source: https://unix.stackexchange.com/a/18789.
  • Loading branch information
alrra committed Sep 4, 2015
1 parent 041c0ab commit bc37738
Show file tree
Hide file tree
Showing 30 changed files with 33 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### HEAD

* Add `newline` at the end of the SVG files.

### 14.0.0 (September 4, 2015)

* Add better version of the IceCat logo
Expand Down
2 changes: 1 addition & 1 deletion archive/arora/arora.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/chrome_1-10/chrome_1-10.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/chromium_1-10/chromium_1-10.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/epiphany/epiphany.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/firefox_1.5-3/firefox_1.5-3.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/iceape/iceape.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion archive/konqueror_1-3/konqueror_1-3.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc37738

Please sign in to comment.