Fixed a bug in Am2900; created dlatch8/80; relayouted some components
[Mograsim.git] / net.mograsim.machine / src / net / mograsim / machine / standard / memory / MemoryException.java
index c0a7889..5183e32 100644 (file)
@@ -14,12 +14,12 @@ public class MemoryException extends MachineException
        {
                super();
        }
-       
+
        public MemoryException(String message)
        {
                super(message);
        }
-       
+
        public MemoryException(Throwable cause)
        {
                super(cause);