aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImre Kis <imre.kis@arm.com>2021-01-12 22:49:34 +0100
committerGyörgy Szing <gyorgy.szing@arm.com>2021-02-02 10:00:13 +0000
commit0202c9f82bd2be3b3d280a4ab63a34850fa68b49 (patch)
tree2ff27fb8259d181e34cbf1f28d837e1137686fe0
parente76ade88c741bd1c052624082a869a60eebd420f (diff)
downloadtrusted-services-0202c9f82bd2be3b3d280a4ab63a34850fa68b49.tar.gz
libsp: Fix formatting of sp_rxtx.c
Applying Linux coding style to sp_rxtx.c. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: I4143243cf1c14c98073773254c123d84e6d4d697
-rw-r--r--components/messaging/ffa/libsp/sp_rxtx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/messaging/ffa/libsp/sp_rxtx.c b/components/messaging/ffa/libsp/sp_rxtx.c
index 50ebea013..fb88f73b8 100644
--- a/components/messaging/ffa/libsp/sp_rxtx.c
+++ b/components/messaging/ffa/libsp/sp_rxtx.c
@@ -89,7 +89,7 @@ sp_result sp_rxtx_buffer_unmap(void)
sp_result sp_rxtx_buffer_alignment_boundary_get(uintptr_t *alignment)
{
- struct ffa_interface_properties interface_props = {0};
+ struct ffa_interface_properties interface_props = { 0 };
uint32_t *props = NULL;
ffa_result result = FFA_OK;
uint32_t granularity = 0;