From 87282737a808ea030870cc3340c1dfaa7aa15f97 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 1 Sep 2018 17:09:20 -0600 Subject: payloads: Remove/fix trailing whitespace Change-Id: Idfc54ca0ed53f52ddad61114ec6b05d94dd746c1 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/28430 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- payloads/libpayload/include/queue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'payloads/libpayload/include/queue.h') diff --git a/payloads/libpayload/include/queue.h b/payloads/libpayload/include/queue.h index e5f68af832..7d579a7bc4 100644 --- a/payloads/libpayload/include/queue.h +++ b/payloads/libpayload/include/queue.h @@ -95,15 +95,15 @@ struct name { \ struct type *slh_first; /* first element */ \ } - + #define SLIST_HEAD_INITIALIZER(head) \ { NULL } - + #define SLIST_ENTRY(type) \ struct { \ struct type *sle_next; /* next element */ \ } - + /* * Singly-linked List access methods. */ -- cgit v1.2.3