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:
@@ -32,7 +32,7 @@ se_m_dig_1:
|
||||
.byte BEND , c_v+4
|
||||
.byte W01
|
||||
.byte c_v+16
|
||||
.byte N03
|
||||
.byte N03
|
||||
.byte W01
|
||||
.byte PAN , c_v-8
|
||||
.byte BEND , c_v+28
|
||||
|
||||
Reference in New Issue
Block a user