the following patch was just integrated into master: commit f0a59914d884ff74e392fe17c1edbe93557c0efa Author: Paul Menzel paulepanter@users.sourceforge.net Date: Fri Dec 27 14:43:44 2013 +0100
lib/hexdump.c: Indent with tabs instead of spaces and remove empty lines
The coding style requires to use tabs for indentation and not spaces. Use GNU indent 2.2.11 with the switch `-linux` to indent the file, which also removes the empty lines at the end of the file.
Change-Id: I874f178e50d7558d3299026aec2771ad45f88d8e Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/4576 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi patrick@georgi-clan.de
See http://review.coreboot.org/4576 for details.
-gerrit