diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-27 12:17:31 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-05-28 21:09:43 +0000 |
commit | 6f793e4500a04b096676555dced98b207e06eeb7 (patch) | |
tree | cb90b6b94653456e01d527ce94bf881b45b0fa39 /libflashrom.c | |
parent | 3a0c1966e4c66f91e6e8551e906b6db38002acb4 (diff) | |
download | flashrom-6f793e4500a04b096676555dced98b207e06eeb7.tar.gz flashrom-6f793e4500a04b096676555dced98b207e06eeb7.tar.bz2 flashrom-6f793e4500a04b096676555dced98b207e06eeb7.zip |
libflashrom.c: Fix indentation of a brace
It was indented with two spaces instead of one tab. Fix it.
Change-Id: I18051ae4433b267b9552a034a67d7830b9206c20
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/41776
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'libflashrom.c')
-rw-r--r-- | libflashrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libflashrom.c b/libflashrom.c index c20d9c71..ae2d33da 100644 --- a/libflashrom.c +++ b/libflashrom.c @@ -229,7 +229,7 @@ struct flashrom_chipset_info *flashrom_supported_chipsets(void) supported_chipsets[i].chipset_id = chipset[i].device_id; supported_chipsets[i].status = (enum flashrom_test_state) chipset[i].status; - } + } } else { msg_gerr("Memory allocation error!\n"); } |