Minor whitespace change

This commit is contained in:
Vinyl Darkscratch 2018-04-17 00:59:00 -07:00
parent eba1a22554
commit fb50147c7a

View file

@ -378,7 +378,7 @@ module Script
begin
if File.file?(Oneshot::JOURNAL)
File.open(Oneshot::JOURNAL, "rb") do |input|
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL,"wb") do |output|
File.open(Oneshot::GAME_PATH + "/Oneshot/" + Oneshot::JOURNAL, "wb") do |output|
while buff = input.read(4096)
output.write(buff)
end