OSDN Git Service

Normalise whitespace in GNU Classpath.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / gnu / java / awt / peer / qt / QtMenuBarPeer.java
index c91b37f..962d76d 100644 (file)
@@ -47,15 +47,15 @@ public class QtMenuBarPeer extends QtMenuComponentPeer implements MenuBarPeer
   {
     super( kit, owner );
   }
-  
+
   protected native void init();
-  
+
   protected void setup()
   {
   }
 
-  /** 
-   * Recurses the menubar adding menus (and menu items), 
+  /**
+   * Recurses the menubar adding menus (and menu items),
    * called from the Frame peer.
    */
   void addMenus()
@@ -99,4 +99,3 @@ public class QtMenuBarPeer extends QtMenuComponentPeer implements MenuBarPeer
       delMenu( (QtMenuPeer)m.getPeer() );
   }
 }
-