format some tests
[soc.git] / src / soc / fu / branch / test / test_pipe_caller.py
index a9b7cc0b2cd5c630d24a7325bac60ced57304881..32e79506193901aa605212f32833c508d74d667e 100644 (file)
@@ -102,8 +102,8 @@ class BranchTestCase(TestAccumulatorBase):
             lst = [f"bc {bo}, {bi}, {bc}"]
             initial_sprs = {9: SelectableInt(ctr, 64)}
             self.add_case(Program(lst, bigendian),
-                                 initial_sprs=initial_sprs,
-                                 initial_cr=cr)
+                          initial_sprs=initial_sprs,
+                          initial_cr=cr)
 
     def case_bc_reg(self):
         # XXX: bcctr and bcctrl time out (irony: they're counters)
@@ -122,8 +122,8 @@ class BranchTestCase(TestAccumulatorBase):
                                 8: SelectableInt(lr, 64),
                                 815: SelectableInt(tar, 64)}
                 self.add_case(Program(lst, bigendian),
-                                     initial_sprs=initial_sprs,
-                                     initial_cr=cr)
+                              initial_sprs=initial_sprs,
+                              initial_cr=cr)
 
     def case_ilang(self):
         pspec = BranchPipeSpec(id_wid=2)