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:
@@ -33,7 +33,7 @@ LilycoveCity_DepartmentStore_5F_Pokemart_Dolls:
|
||||
.2byte DECOR_PIKACHU_DOLL
|
||||
.2byte DECOR_MARILL_DOLL
|
||||
.2byte DECOR_JIGGLYPUFF_DOLL
|
||||
.2byte DECOR_DUSKULL_DOLL
|
||||
.2byte DECOR_DUSKULL_DOLL
|
||||
.2byte DECOR_WYNAUT_DOLL
|
||||
.2byte DECOR_BALTOY_DOLL
|
||||
.2byte DECOR_KECLEON_DOLL
|
||||
|
||||
Reference in New Issue
Block a user