libpayload: remove trailing whitespace and run dos2unix
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / demos / tui.h
index b99ca6b222bbf96b23e3d4c745e4265b3f774cfc..7be91237cbb67065efad679bcd8f82c125c718fa 100644 (file)
@@ -23,7 +23,7 @@
 
 typedef void (*FUNC)(void);
 
-typedef struct 
+typedef struct
 {
     char *name; /* item label */
     FUNC  func; /* (pointer to) function */