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:
@@ -31,7 +31,7 @@ se_m_thunder_wave_1:
|
||||
.byte W03
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v+32
|
||||
.byte N04 , Cn3
|
||||
.byte N04 , Cn3
|
||||
.byte W02
|
||||
.byte PAN , c_v+9
|
||||
.byte W01
|
||||
@@ -39,11 +39,11 @@ se_m_thunder_wave_1:
|
||||
.byte W03
|
||||
.byte PAN , c_v+0
|
||||
.byte BEND , c_v+0
|
||||
.byte N01 , Gn3
|
||||
.byte N01 , Gn3
|
||||
.byte W02
|
||||
.byte Bn2
|
||||
.byte Bn2
|
||||
.byte W02
|
||||
.byte N13 , Gn3
|
||||
.byte N13 , Gn3
|
||||
.byte W02
|
||||
.byte VOL , 96*se_m_thunder_wave_mvl/mxv
|
||||
.byte W01
|
||||
|
||||
Reference in New Issue
Block a user