clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Change-Id: Ic5b4c8584fafe5ebe3d01c1f685cab271dd9690b
diff --git a/tests/test_astlpc.c b/tests/test_astlpc.c
index 91f6507..e8f2bce 100644
--- a/tests/test_astlpc.c
+++ b/tests/test_astlpc.c
@@ -982,9 +982,9 @@
 	host.mmio.bmc = false;
 
 	/* Set the MTU to 0 to provoke a failure */
-	host.astlpc =
-		mctp_astlpc_init(MCTP_BINDING_ASTLPC_MODE_HOST, 0, lpc_mem,
-				 &astlpc_direct_mmio_ops, &host.mmio);
+	host.astlpc = mctp_astlpc_init(MCTP_BINDING_ASTLPC_MODE_HOST, 0,
+				       lpc_mem, &astlpc_direct_mmio_ops,
+				       &host.mmio);
 
 	rc = mctp_register_bus(host.mctp, &host.astlpc->binding, 8);
 	assert(rc < 0);