DEREncodingException.java: Remove whitespaces.
authorAndreas Tobler <a.tobler@schweiz.ch>
Mon, 30 Aug 2004 14:30:44 +0000 (16:30 +0200)
committerAndreas Tobler <andreast@gcc.gnu.org>
Mon, 30 Aug 2004 14:30:44 +0000 (16:30 +0200)
2004-08-30  Andreas Tobler  <a.tobler@schweiz.ch>

* gnu/java/security/der/DEREncodingException.java: Remove whitespaces.

From-SVN: r86775

libjava/ChangeLog
libjava/gnu/java/security/der/DEREncodingException.java

index 96b505b1641d60821ea2981039ccfe950ab33251..0679c0219844210584faa9580f71a24d07e7f835 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-30  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * gnu/java/security/der/DEREncodingException.java: Remove whitespaces.
+
 2004-08-30  Jeroen Frijters  <jeroen@frijters.net>
 
        * java/io/File.java File(String,String): Fixed handling of empty
index 385fbaccc20078f7a1687efebff2980d2b6c8352..3162b45d237b6df516e289aa08bfb9bfcb0cd7ac 100644 (file)
@@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.
+
 GNU Classpath is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
@@ -46,7 +46,7 @@ public class DEREncodingException extends IOException
   {
     super ();
   }
-  
+
   public DEREncodingException (String msg)
   {
     super (msg);