Coding-style fixes for flashrom, partly indent-aided (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3669 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -61,6 +61,6 @@ void myusec_calibrate_delay()
|
||||
timeusec = 1000000 * (end.tv_sec - start.tv_sec) +
|
||||
(end.tv_usec - start.tv_usec);
|
||||
printf_debug("%ldM loops per second, 100 myus = %ld us. ",
|
||||
(unsigned long)micro, timeusec);
|
||||
(unsigned long)micro, timeusec);
|
||||
printf("OK.\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user