1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 07:02:34 +02:00

udelay.c: Remove trailing whitespace

Change-Id: Ibd77c2a99bd839c01ae7ff058365eda7e30db261
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/25824
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Elyes HAOUAS 2018-04-25 16:03:51 +02:00 committed by Nico Huber
parent e083880279
commit 1b365931ea

View File

@ -246,7 +246,7 @@ void internal_delay(unsigned int usecs)
}
}
#else
#else
#include <libpayload.h>
void myusec_calibrate_delay(void)