From 5bd11dc8476b4b17cef58d8d855f2b50e74da2f4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 18 Aug 2018 09:24:26 +0200 Subject: Remove empty line at EOF Change-Id: Id6063cb5d406d7139abf7fcdf2ae265363640f9f Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/28207 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- cli_common.c | 1 - jedec.c | 1 - print_wiki.c | 1 - sst_fwhub.c | 1 - 4 files changed, 4 deletions(-) diff --git a/cli_common.c b/cli_common.c index 2ccfe071..93758590 100644 --- a/cli_common.c +++ b/cli_common.c @@ -76,4 +76,3 @@ void print_chip_support_status(const struct flashchip *chip) "Thanks for your help!\n"); } } - diff --git a/jedec.c b/jedec.c index 3343e999..54b7da72 100644 --- a/jedec.c +++ b/jedec.c @@ -751,4 +751,3 @@ int unlock_regspace2_block_eraser_1(struct flashctx *flash) (const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks; return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic); } - diff --git a/print_wiki.c b/print_wiki.c index 95158f7c..ea8c4d73 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -450,4 +450,3 @@ void print_supported_wiki(void) #endif print_supported_devs_wiki(); } - diff --git a/sst_fwhub.c b/sst_fwhub.c index 306415c0..398b01b4 100644 --- a/sst_fwhub.c +++ b/sst_fwhub.c @@ -88,4 +88,3 @@ int unlock_sst_fwhub(struct flashctx *flash) } return ret; } - -- cgit v1.2.3