tests: serial: Format with clang-format

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Id67222b31bf66d2df3d55b417b3a9f22666249f6
diff --git a/.clang-ignore b/.clang-ignore
index fdb3ee1..bcefaf6 100644
--- a/.clang-ignore
+++ b/.clang-ignore
@@ -5,5 +5,4 @@
 tests/test_bridge.c
 tests/test_eid.c
 tests/test_seq.c
-tests/test_serial.c
 utils/mctp-demux-daemon.c
diff --git a/tests/test_serial.c b/tests/test_serial.c
index 5bd266f..e3a53a6 100644
--- a/tests/test_serial.c
+++ b/tests/test_serial.c
@@ -102,7 +102,8 @@
 	a->egress = p[1][1];
 	mctp_serial_open_fd(a->serial, a->ingress);
 	mctp_serial_set_tx_fn(a->serial, mctp_binding_serial_pipe_tx, a);
-	mctp_register_bus(scenario[0].mctp, mctp_binding_serial_core(a->serial), 8);
+	mctp_register_bus(scenario[0].mctp, mctp_binding_serial_core(a->serial),
+			  8);
 
 	/* Instantiate the B side of the serial pipe */
 	scenario[1].mctp = mctp_init();
@@ -115,7 +116,8 @@
 	b->egress = p[0][1];
 	mctp_serial_open_fd(b->serial, b->ingress);
 	mctp_serial_set_tx_fn(b->serial, mctp_binding_serial_pipe_tx, a);
-	mctp_register_bus(scenario[1].mctp, mctp_binding_serial_core(b->serial), 9);
+	mctp_register_bus(scenario[1].mctp, mctp_binding_serial_core(b->serial),
+			  9);
 
 	/* Transmit a message from A to B, with message tag */
 	rc = mctp_message_tx(scenario[0].mctp, 9, tag_owner, msg_tag,