From 056a8c6230aadd248ed8157fd1f71415a54eebdf Mon Sep 17 00:00:00 2001 From: akirschbaum Date: Wed, 3 Nov 2010 07:21:21 +0000 Subject: [PATCH] Whitespace changes. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@14050 282e977c-c81d-0410-88c4-b93c2d0d6712 --- editor/scripts/WorldMaker | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/editor/scripts/WorldMaker b/editor/scripts/WorldMaker index e431715c2..21374b3d1 100644 --- a/editor/scripts/WorldMaker +++ b/editor/scripts/WorldMaker @@ -96,10 +96,12 @@ void checkDaList() { File f = new File("/tmp/tmp.ppm"); String header = "P6\n"+DestWidth+" "+DestHeight+"\n255\n" ; print("generating empty picture"); - FileOutputStream fos = new FileOutputStream(f,false); + FileOutputStream fos = new FileOutputStream(f, false); fos.write(header.getBytes()); byte[] buf = new byte[(int)DestWidth.intValue()*3]; - for (int i=0;i