whitespace fixed
[jSite.git] / src / de / todesbaum / util / swing / TLabel.java
index 617f1d7..6515627 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * todesbaum-lib - 
+ * todesbaum-lib -
  * Copyright (C) 2006 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
@@ -26,7 +26,7 @@ import javax.swing.JLabel;
 
 /**
  * @author David Roden <droden@gmail.com>
- * @version $Id: TLabel.java 280 2006-03-17 20:24:27Z bombe $
+ * @version $Id$
  */
 public class TLabel extends JLabel {
 
@@ -43,7 +43,7 @@ public class TLabel extends JLabel {
        public TLabel(Icon image) {
                super(image);
        }
-       
+
        public TLabel(Icon image, int mnemonic, Component labelFor) {
                super(image);
                setDisplayedMnemonic(mnemonic);