[coreboot-gerrit] Change in coreboot[master]: libpayload/include/queue.h: Remove trailing whitespaces

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Wed Apr 25 16:54:22 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/25825


Change subject: libpayload/include/queue.h: Remove trailing whitespaces
......................................................................

libpayload/include/queue.h: Remove trailing whitespaces

Change-Id: I7ff676f51958e12c40a82f56e68a776ddf429228
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M payloads/libpayload/include/queue.h
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/25825/1

diff --git a/payloads/libpayload/include/queue.h b/payloads/libpayload/include/queue.h
index 2b64669..e5f68af 100644
--- a/payloads/libpayload/include/queue.h
+++ b/payloads/libpayload/include/queue.h
@@ -36,7 +36,7 @@
 #define	_SYS_QUEUE_H_
 
 /*
- * This file defines five types of data structures: singly-linked lists, 
+ * This file defines five types of data structures: singly-linked lists,
  * lists, simple queues, tail queues, and circular queues.
  *
  *
@@ -398,7 +398,7 @@
 		    XSIMPLEQ_XOR(head, &(elm)->field.sqx_next);		\
 } while (0)
 
-		    
+
 /*
  * Tail queue definitions.
  */
@@ -417,8 +417,8 @@
 	struct type **tqe_prev;	/* address of previous next element */	\
 }
 
-/* 
- * tail queue access methods 
+/*
+ * tail queue access methods
  */
 #define	TAILQ_FIRST(head)		((head)->tqh_first)
 #define	TAILQ_END(head)			NULL
@@ -538,7 +538,7 @@
 }
 
 /*
- * Circular queue access methods 
+ * Circular queue access methods
  */
 #define	CIRCLEQ_FIRST(head)		((head)->cqh_first)
 #define	CIRCLEQ_LAST(head)		((head)->cqh_last)

-- 
To view, visit https://review.coreboot.org/25825
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ff676f51958e12c40a82f56e68a776ddf429228
Gerrit-Change-Number: 25825
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180425/48ff9479/attachment.html>


More information about the coreboot-gerrit mailing list