classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: javax.swing indentation fixups


From: Mark Wielaard
Subject: Re: [cp-patches] FYI: javax.swing indentation fixups
Date: Thu, 11 Nov 2004 23:59:23 +0100

Hi,

On Thu, 2004-11-11 at 23:32, Mark Wielaard wrote:
> Apparently libgcj hackers cannot be bothered to either post the actual
> patch the are committing on libgcj or add a little warning that the
> attached patch isn't the real patch as they will commit it, so here is a
> some reindentation fixups for javax.swing to get us in line with libgcj
> gui again.

And some more...

2004-11-11  Mark Wielaard  <address@hidden>

       * gnu/java/awt/peer/gtk/GdkGraphics2D.java: Indentation fixups.
       * gnu/java/awt/peer/gtk/GtkToolkit.java: Likewise.

Committed,

Mark
Index: gnu/java/awt/peer/gtk/GdkGraphics2D.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/gnu/java/awt/peer/gtk/GdkGraphics2D.java,v
retrieving revision 1.22
diff -u -r1.22 GdkGraphics2D.java
--- gnu/java/awt/peer/gtk/GdkGraphics2D.java    11 Nov 2004 17:22:52 -0000      
1.22
+++ gnu/java/awt/peer/gtk/GdkGraphics2D.java    11 Nov 2004 22:57:10 -0000
@@ -523,8 +523,8 @@
         return true;
       }
     else
-      {
-      
+      {      
+
         // In this case, xform is an AffineTransform that transforms bounding
         // box of the specified image from image space to user space. However
         // when we pass this transform to cairo, cairo will use this transform
Index: gnu/java/awt/peer/gtk/GtkToolkit.java
===================================================================
RCS file: /cvsroot/classpath/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java,v
retrieving revision 1.58
diff -u -r1.58 GtkToolkit.java
--- gnu/java/awt/peer/gtk/GtkToolkit.java       11 Nov 2004 17:22:52 -0000      
1.58
+++ gnu/java/awt/peer/gtk/GtkToolkit.java       11 Nov 2004 22:57:10 -0000
@@ -136,7 +136,7 @@
                             -1, -1,
                             image.getWidth (observer),
                             image.getHeight (observer));
-
+    
     return status;
   }
 

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


reply via email to

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