diff gnv-artifacts/src/main/java/de/intevation/gnv/raster/Vectorizer.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents 92b7ccbf6163
children b1f5f2a8840f
line wrap: on
line diff
--- a/gnv-artifacts/src/main/java/de/intevation/gnv/raster/Vectorizer.java	Fri Mar 26 15:31:20 2010 +0000
+++ b/gnv-artifacts/src/main/java/de/intevation/gnv/raster/Vectorizer.java	Mon Mar 29 07:58:51 2010 +0000
@@ -20,7 +20,7 @@
 
         void handleRings(
             List<Edge> rings,
-            int        value, 
+            int        value,
             int        width,
             int        height);
 
@@ -79,7 +79,7 @@
         public int length() {
             int length = 0;
             Edge current = this;
-            do { ++length; } 
+            do { ++length; }
             while ((current = current.next) != null && current != this);
             return length;
         }
@@ -329,8 +329,8 @@
             }
 
             handler.handleRings(
-                rings, 
-                currentValue, 
+                rings,
+                currentValue,
                 width + 1,
                 height + 1);
 

http://dive4elements.wald.intevation.org