Nico Huber merged this change.

View Change

Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
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>
---
M cli_common.c
M jedec.c
M print_wiki.c
M sst_fwhub.c
4 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/cli_common.c b/cli_common.c
index 2ccfe07..9375859 100644
--- a/cli_common.c
+++ b/cli_common.c
@@ -76,4 +76,3 @@
"Thanks for your help!\n");
}
}
-
diff --git a/jedec.c b/jedec.c
index 3343e99..54b7da7 100644
--- a/jedec.c
+++ b/jedec.c
@@ -751,4 +751,3 @@
(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 95158f7..ea8c4d7 100644
--- a/print_wiki.c
+++ b/print_wiki.c
@@ -450,4 +450,3 @@
#endif
print_supported_devs_wiki();
}
-
diff --git a/sst_fwhub.c b/sst_fwhub.c
index 306415c..398b01b 100644
--- a/sst_fwhub.c
+++ b/sst_fwhub.c
@@ -88,4 +88,3 @@
}
return ret;
}
-

To view, visit change 28207. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Id6063cb5d406d7139abf7fcdf2ae265363640f9f
Gerrit-Change-Number: 28207
Gerrit-PatchSet: 2
Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>