Fix and enforce line endings + stray whitespace (#1099)

This commit is contained in:
Lucas Kent 2018-11-01 14:45:30 +11:00 committed by GitHub
parent 7189c7fa84
commit 64d67b5d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 337 additions and 337 deletions

View File

@ -22,6 +22,7 @@ addons:
- cmake-data - cmake-data
script: script:
- git diff-tree --check $(git hash-object -t tree /dev/null) HEAD
- travis_wait cargo test --all -j 1 - travis_wait cargo test --all -j 1
- cd examples - cd examples
- cargo build - cargo build

View File

@ -342,4 +342,3 @@ const BASIC_FS: [u8; 420] = [3, 2, 35, 7, 0, 0, 1, 0, 1, 0, 8, 0, 13, 0, 0, 0, 0
5, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 248, 0, 2, 5, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 248, 0, 2,
0, 5, 0, 0, 0, 62, 0, 3, 0, 9, 0, 0, 0, 12, 0, 0, 0, 253, 0, 1, 0, 5, 0, 0, 0, 62, 0, 3, 0, 9, 0, 0, 0, 12, 0, 0, 0, 253, 0, 1,
0, 56, 0, 1, 0]; 0, 56, 0, 1, 0];