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

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>
This commit is contained in:
Elyes HAOUAS 2018-08-18 09:24:26 +02:00 committed by Nico Huber
parent c6fe5d8337
commit 5bd11dc847
4 changed files with 0 additions and 4 deletions

View File

@ -76,4 +76,3 @@ void print_chip_support_status(const struct flashchip *chip)
"Thanks for your help!\n"); "Thanks for your help!\n");
} }
} }

View File

@ -751,4 +751,3 @@ int unlock_regspace2_block_eraser_1(struct flashctx *flash)
(const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks; (const struct unlockblock *)flash->chip->block_erasers[1].eraseblocks;
return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic); return regspace2_walk_unlockblocks(flash, unlockblocks, &unlock_regspace2_block_generic);
} }

View File

@ -450,4 +450,3 @@ void print_supported_wiki(void)
#endif #endif
print_supported_devs_wiki(); print_supported_devs_wiki();
} }

View File

@ -88,4 +88,3 @@ int unlock_sst_fwhub(struct flashctx *flash)
} }
return ret; return ret;
} }