libpayload/curses/form: Remove trailing whitespace

Change-Id: I231ea26e8d8bfc53da22a440451802b425c996b0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25830
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
Elyes HAOUAS
2018-04-25 21:40:25 +02:00
committed by Patrick Georgi
parent f2be550d3d
commit 4713b5cd9e
5 changed files with 316 additions and 316 deletions

View File

@@ -32,11 +32,11 @@ This is a clone of the form library that is available with typical
System V curses implementations (ETI).
It is modelled after the documentation that comes for this library with
a 386 based SVR4 implementation (ESIX).
a 386 based SVR4 implementation (ESIX).
The development environment was and is an ELF based Linux system.
For things that still need doing, see the TO-DO file in the top-level
For things that still need doing, see the TO-DO file in the top-level
directory.
Juergen Pfeifer