mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Fix and enforce line endings + stray whitespace (#1099)
This commit is contained in:
parent
7189c7fa84
commit
64d67b5d0d
@ -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
|
||||||
|
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user