From 2526fd4a3dc5943dec13266e0ebd99932c853d71 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 22 May 2018 12:29:05 +0200 Subject: src: Remove space after `defined` Change-Id: If450a68e98261ffba4afadbce47c156c7e89e7e4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26460 Reviewed-by: Marc Jones Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/mainboard/google/rambi/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/rambi') diff --git a/src/mainboard/google/rambi/romstage.c b/src/mainboard/google/rambi/romstage.c index 25fe85952b..005ddc3bd4 100644 --- a/src/mainboard/google/rambi/romstage.c +++ b/src/mainboard/google/rambi/romstage.c @@ -35,7 +35,7 @@ static void *get_spd_pointer(char *spd_file_content, int total_spds, int *dual) #ifdef GPIO_SSUS_40_PAD_USE_PULLDOWN /* To prevent floating pin on shipped systems. */ ssus_enable_internal_pull(GPIO_SSUS_40_PAD, PAD_PULL_DOWN | PAD_PU_20K); -#elif defined (GPIO_SSUS_40_PAD) +#elif defined(GPIO_SSUS_40_PAD) ssus_disable_internal_pull(GPIO_SSUS_40_PAD); #endif ram_id |= (ssus_get_gpio(GPIO_SSUS_37_PAD) << 0); -- cgit v1.2.3