From e11835e2995d130890ca9f45cb3e304f2ea3a6a9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 31 Oct 2011 12:54:00 -0700 Subject: libpayload: remove trailing whitespace and run dos2unix Change-Id: Iffed3602456f5306711c65f06c873c58d4086e11 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/libpayload/curses/form/fld_stat.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'payloads/libpayload/curses/form/fld_stat.c') diff --git a/payloads/libpayload/curses/form/fld_stat.c b/payloads/libpayload/curses/form/fld_stat.c index 46f89e6748..bc5ba5069b 100644 --- a/payloads/libpayload/curses/form/fld_stat.c +++ b/payloads/libpayload/curses/form/fld_stat.c @@ -35,9 +35,9 @@ MODULE_ID("$Id: fld_stat.c,v 1.12 2010/01/23 21:14:36 tom Exp $") /*--------------------------------------------------------------------------- -| Facility : libnform +| Facility : libnform | Function : int set_field_status(FIELD *field, bool status) -| +| | Description : Set or clear the 'changed' indication flag for that | fields primary buffer. | @@ -59,11 +59,11 @@ set_field_status(FIELD *field, bool status) } /*--------------------------------------------------------------------------- -| Facility : libnform +| Facility : libnform | Function : bool field_status(const FIELD *field) -| +| | Description : Retrieve the value of the 'changed' indication flag -| for that fields primary buffer. +| for that fields primary buffer. | | Return Values : TRUE - buffer has been changed | FALSE - buffer has not been changed -- cgit v1.2.3