libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / form / form.priv.h
index 91dc7a82851d0464b6f5e877c76ed031ef3be621..bb8b0f727c0a4f5d688e6fcb5927e004a0d254cd 100644 (file)
@@ -190,12 +190,12 @@ extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_REGEXP(void);
 extern NCURSES_EXPORT(FIELDTYPE *) _nc_TYPE_IPV4(void);
 
 extern NCURSES_EXPORT(FIELDTYPE *)
-_nc_generic_fieldtype(bool (*const field_check) (FORM*, 
-                                                FIELD *, 
+_nc_generic_fieldtype(bool (*const field_check) (FORM*,
+                                                FIELD *,
                                                 const void *),
-                     bool (*const char_check)  (int, 
-                                                FORM*, 
-                                                FIELD*, 
+                     bool (*const char_check)  (int,
+                                                FORM*,
+                                                FIELD*,
                                                 const void *),
                      bool (*const next)(FORM*,FIELD*,const void*),
                      bool (*const prev)(FORM*,FIELD*,const void*),