Editor settings updated
[Mograsim.git] / net.mograsim.logic.model.editor / src / net / mograsim / logic / model / editor / handles / StaticPinHandle.java
index 7c3f523..5170ba2 100644 (file)
@@ -40,13 +40,13 @@ public class StaticPinHandle extends PinHandle
        {
                return getPosX() + CIRCLE_RADIUS;
        }
-       
+
        @Override
        public double getCenterY()
        {
                return getPosY() + CIRCLE_RADIUS;
        }
-       
+
        @Override
        public HandleType getType()
        {