Added project specific format; Default values in WireArray are now U
[Mograsim.git] / era.mi / src / era / mi / logic / components / Component.java
index 518521f..c3919bf 100644 (file)
@@ -4,7 +4,8 @@ import java.util.List;
 \r
 import era.mi.logic.wires.WireArray;\r
 \r
-public interface Component {\r
+public interface Component\r
+{\r
 \r
        /**\r
         * Returns immutable list of all inputs to the {@link Component} (including e.g. the select bits to a MUX). Intended for visualization\r