Removed trailing spaces in the most relevant files
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
This commit is contained in:
@@ -38,7 +38,7 @@ se_m_bubble3_1:
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v-1
|
||||
.byte W03
|
||||
.byte N06
|
||||
.byte N06
|
||||
.byte W03
|
||||
.byte BEND , c_v+6
|
||||
.byte W01
|
||||
|
||||
Reference in New Issue
Block a user