test_astlpc: Clean up debugging in KCS callbacks

This makes the file clang-format clean.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ie13c2c131ed1e00a8b527f27481cda22a824e8e6
diff --git a/tests/test_astlpc.c b/tests/test_astlpc.c
index 232d737..2a115c5 100644
--- a/tests/test_astlpc.c
+++ b/tests/test_astlpc.c
@@ -62,7 +62,8 @@
 
 	*val = (*mmio->kcs)[reg];
 
-	mctp_prdebug("%s: 0x%hhx from %s", __func__, *val, reg ? "status" : "data");
+	mctp_prdebug("%s: 0x%hhx from %s", __func__, *val,
+		     reg ? "status" : "data");
 
 	if (reg == MCTP_ASTLPC_KCS_REG_DATA) {
 		uint8_t flag = mmio->bmc ? KCS_STATUS_IBF : KCS_STATUS_OBF;
@@ -93,7 +94,8 @@
 	else
 		*regp = val;
 
-	mctp_prdebug("%s: 0x%hhx to %s", __func__, val, reg ? "status" : "data");
+	mctp_prdebug("%s: 0x%hhx to %s", __func__, val,
+		     reg ? "status" : "data");
 
 	return 0;
 }