Hi list,

I just commited the attached patch to properly format the source.


Michael


2005-04-12  Michael Koch  <[EMAIL PROTECTED]>

        * java/awt/image/RasterOp.java:
        Fixed wrong formatting.

Index: java/awt/image/RasterOp.java
===================================================================
RCS file: /cvsroot/classpath/classpath/java/awt/image/RasterOp.java,v
retrieving revision 1.4
diff -u -r1.4 RasterOp.java
--- java/awt/image/RasterOp.java        27 Sep 2004 15:11:47 -0000      1.4
+++ java/awt/image/RasterOp.java        12 Apr 2005 14:12:13 -0000
@@ -1,4 +1,5 @@
-/* Copyright (C) 2000, 2002, 2004  Free Software Foundation
+/* RasterOp.java --
+   Copyright (C) 2000, 2002, 2004, 2005  Free Software Foundation
 
 This file is part of GNU Classpath.
 
@@ -41,8 +42,8 @@
 import java.awt.geom.Point2D;
 import java.awt.geom.Rectangle2D;
 
-public interface RasterOp {
-
+public interface RasterOp
+{
   WritableRaster filter(Raster src, WritableRaster dest);
 
   Rectangle2D getBounds2D(Raster src);
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to