Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -313,7 +313,7 @@ def pbChooseMoveListForSpecies(species,defaultMoveID=0)
for command in commands
realcommands.push("#{command[1]}")
end
ret = pbCommands2(cmdwin,realcommands,-1,moveDefault,true)
ret = pbCommands2(cmdwin,realcommands,-1,moveDefault,true)
cmdwin.dispose
return (ret>=0) ? commands[ret][0] : 0
end
@@ -374,7 +374,7 @@ def pbChooseBallList(defaultMoveID=-1)
for i in commands
realcommands.push(i[2])
end
ret = pbCommands2(cmdwin,realcommands,-1,moveDefault,true)
ret = pbCommands2(cmdwin,realcommands,-1,moveDefault,true)
cmdwin.dispose
return (ret>=0) ? commands[ret][0] : defaultMoveID
end
@@ -546,4 +546,4 @@ def pbCommandsSortable(cmdwindow,commands,cmdIfCancel,defaultindex=-1,sortable=f
ret = command
cmdwindow.active = false
return ret
end
end