summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-18 09:24:26 +0200
committerNico Huber <nico.h@gmx.de>2018-08-19 10:41:55 +0000
commit5bd11dc8476b4b17cef58d8d855f2b50e74da2f4 (patch)
tree1d11b50457a755374ede6d3981248d7e1cd5cfd2
parentc6fe5d83373783973cfa3c0ab8499f05b23da02f (diff)
downloadflashrom-5bd11dc8476b4b17cef58d8d855f2b50e74da2f4.tar.gz
flashrom-5bd11dc8476b4b17cef58d8d855f2b50e74da2f4.tar.bz2
flashrom-5bd11dc8476b4b17cef58d8d855f2b50e74da2f4.zip
Remove empty line at EOF
Change-Id: Id6063cb5d406d7139abf7fcdf2ae265363640f9f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28207 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--cli_common.c1
-rw-r--r--jedec.c1
-rw-r--r--print_wiki.c1
-rw-r--r--sst_fwhub.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/cli_common.c b/cli_common.c
index 2ccfe071a..93758590b 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 3343e9994..54b7da726 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 95158f7c0..ea8c4d73b 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 306415c03..398b01b40 100644
--- a/sst_fwhub.c
+++ b/sst_fwhub.c
@@ -88,4 +88,3 @@ int unlock_sst_fwhub(struct flashctx *flash)
}
return ret;
}
-