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

programmer_table: Remove space between address operator and variable

BUG=none
TEST=builds

Change-Id: Iba29b1bc3d77b8c17c51fc0552c129e6965fa308
Signed-off-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/56469
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
Anastasia Klimchuk 2021-07-21 14:45:52 +10:00 committed by Edward O'Callaghan
parent b7dec7f2cc
commit 56c82fe623

View File

@ -33,7 +33,7 @@ const struct programmer_entry *const programmer_table[] = {
#endif
#if CONFIG_NICREALTEK == 1
& programmer_nicrealtek,
&programmer_nicrealtek,
#endif
#if CONFIG_NICNATSEMI == 1