minor cleanup, include epydoc in Makefile
[pinmux.git] / src / bsv / actual_pinmux.py
index 1d1fcd405c4538238f7dfcd391dc213297ea47cc..7a3eede7c79ac712c4c434254b79248612d019d5 100644 (file)
@@ -137,11 +137,12 @@ def init(p, ifaces):
         that column.
 
         text is outputted in the format:
-            x_out =
-                muxer_sel==0 ? a :
-                muxer_sel==1 ? b :
-                muxer_sel==2 ? 0 :
-                d
+
+        x_out =
+            muxer_sel==0 ? a :
+            muxer_sel==1 ? b :
+            muxer_sel==2 ? 0 :
+            d
 
         last line doesn't need selector-logic, obviously.