Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/41776 )
Change subject: libflashrom.c: Fix indentation of a brace ......................................................................
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 --- M libflashrom.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/76/41776/1
diff --git a/libflashrom.c b/libflashrom.c index c20d9c7..ae2d33d 100644 --- a/libflashrom.c +++ b/libflashrom.c @@ -229,7 +229,7 @@ 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"); }