Replace CRLF line endings with LF (#932)

This commit is contained in:
Joe LeVeque 2017-09-01 15:28:46 -07:00 committed by GitHub
parent 1b944dba39
commit bb1a7b2e22
4 changed files with 650 additions and 654 deletions

View File

@ -160,4 +160,3 @@ led 1 prog \
A1 28 67 56 80 28 67 56 80 28 67 56 80 28 67 56 \
57 32 0F 87 32 0F 87 32 0F 87 32 0F 87 57 00 00
led 1 start

View File

@ -1,4 +1,3 @@
# Download LED code into LED processor and enable (if applicable).
led 0 load /usr/share/sonic/platform/led-code/ledcode0;
@ -7,5 +6,3 @@ led 1 load /usr/share/sonic/platform/led-code/ledcode1;
led 1 auto on; led 1 start;
led 2 load /usr/share/sonic/platform/led-code/ledcode2;
led 2 auto on; led 2 start