libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / form / fld_just.c
index 58a1750cc092b254ab56dd173c5e6e00b89e0192..a87ea70b18962d33ca3cf4f4fd2d68f27451752f 100644 (file)
@@ -35,9 +35,9 @@
 MODULE_ID("$Id: fld_just.c,v 1.12 2010/01/23 21:14:35 tom Exp $")
 
 /*---------------------------------------------------------------------------
-|   Facility      :  libnform  
+|   Facility      :  libnform
 |   Function      :  int set_field_just(FIELD *field, int just)
-|   
+|
 |   Description   :  Set the fields type of justification.
 |
 |   Return Values :  E_OK            - success
@@ -69,9 +69,9 @@ set_field_just(FIELD *field, int just)
 }
 
 /*---------------------------------------------------------------------------
-|   Facility      :  libnform  
+|   Facility      :  libnform
 |   Function      :  int field_just( const FIELD *field )
-|   
+|
 |   Description   :  Retrieve the fields type of justification
 |
 |   Return Values :  The justification type.