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:
@@ -51,9 +51,9 @@ se_m_strength_2:
|
||||
.byte VOL , 110*se_m_strength_mvl/mxv
|
||||
.byte N02 , Fn2 , v072
|
||||
.byte W02
|
||||
.byte N01
|
||||
.byte N01
|
||||
.byte W01
|
||||
.byte N02 , Gn2
|
||||
.byte N02 , Gn2
|
||||
.byte W03
|
||||
.byte N01 , Gs2 , v060
|
||||
.byte W01
|
||||
|
||||
Reference in New Issue
Block a user