Author: hailfinger Date: Tue Jul 13 02:42:00 2010 New Revision: 1078 URL: http://flashrom.org/trac/coreboot/changeset/1078
Log: Wrap a line which was 156 columns wide. Signed-off-by: Carl-Daniel Hailfinger <[email protected]> Acked-by: Michael Karcher <[email protected]> Modified: trunk/flashrom.c Modified: trunk/flashrom.c ============================================================================== --- trunk/flashrom.c Tue Jul 13 02:37:19 2010 (r1077) +++ trunk/flashrom.c Tue Jul 13 02:42:00 2010 (r1078) @@ -1164,7 +1164,10 @@ return ret; } -static int walk_eraseregions(struct flashchip *flash, int erasefunction, int (*do_something) (struct flashchip *flash, unsigned int addr, unsigned int len)) +static int walk_eraseregions(struct flashchip *flash, int erasefunction, + int (*do_something) (struct flashchip *flash, + unsigned int addr, + unsigned int len)) { int i, j; unsigned int start = 0; _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
