classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Reindentation of some java.awt.image classes


From: Mark Wielaard
Subject: [cp-patches] FYI: Reindentation of some java.awt.image classes
Date: Sat, 31 Jul 2004 18:48:22 +0200

Hi,

This reindents some java.awt.image classes so they are in sync with the
libgcj gui branch again.

2004-07-31  Mark Wielaard  <address@hidden>

        * java/awt/image/DirectColorModel.java: Reindent.
        * java/awt/image/MemoryImageSource.java: Likewise.
        * java/awt/image/RGBImageFilter.java: Likewise.

Commited,

Mark

Index: java/awt/image/DirectColorModel.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/java/awt/image/DirectColorModel.java,v
retrieving revision 1.9
diff -u -r1.9 DirectColorModel.java
--- java/awt/image/DirectColorModel.java        26 Jun 2003 19:52:43 -0000      
1.9
+++ java/awt/image/DirectColorModel.java        31 Jul 2004 16:46:34 -0000
@@ -60,7 +60,6 @@
    * @param rmask the bits describing the red component of a pixel
    * @param gmask the bits describing the green component of a pixel
    * @param bmask the bits describing the blue component of a pixel 
-   * @param amask the bits describing the alpha component of a pixel 
    */
   public DirectColorModel(int pixelBits, int rmask, int gmask, int
bmask)
   {
@@ -82,6 +81,7 @@
    * @param rmask the bits describing the red component of a pixel
    * @param gmask the bits describing the green component of a pixel
    * @param bmask the bits describing the blue component of a pixel 
+   * @param amask the bits describing the alpha component of a pixel 
    */
   public DirectColorModel(int pixelBits,
                          int rmask, int gmask, int bmask, int amask)
Index: java/awt/image/MemoryImageSource.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/java/awt/image/MemoryImageSource.java,v
retrieving revision 1.8
diff -u -r1.8 MemoryImageSource.java
--- java/awt/image/MemoryImageSource.java       22 Jul 2004 19:45:38 -0000      
1.8
+++ java/awt/image/MemoryImageSource.java       31 Jul 2004 16:46:34 -0000
@@ -166,9 +166,9 @@
        Vector list = (Vector) consumers.clone();
        for(int i = 0; i < list.size(); i++) {
            ic = (ImageConsumer) list.elementAt(i);
-               sendPicture( ic );
+           sendPicture( ic );
            ic.imageComplete( ImageConsumer.STATICIMAGEDONE );
-           }   
+       }       
     }
 
     /**
@@ -217,7 +217,7 @@
                        ic = (ImageConsumer) list.elementAt(i);
                        sendPicture( ic );
                        ic.imageComplete( ImageConsumer.SINGLEFRAME );
-                   }   
+               }       
            }
     }
 
Index: java/awt/image/RGBImageFilter.java
===================================================================
RCS file:
/cvsroot/classpath/classpath/java/awt/image/RGBImageFilter.java,v
retrieving revision 1.7
diff -u -r1.7 RGBImageFilter.java
--- java/awt/image/RGBImageFilter.java  22 Jul 2004 19:45:38 -0000      1.7
+++ java/awt/image/RGBImageFilter.java  31 Jul 2004 16:46:34 -0000
@@ -83,7 +83,7 @@
            }
        else {
                consumer.setColorModel(ColorModel.getRGBdefault());
-           }
+       }
     }
     
     /**

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]