diff --git a/libflashrom.c b/libflashrom.c
index c20d9c71e5706a1535fb4fe8d903a4e510d21951..ae2d33daa381bd5d9c70c2b78f5e33e97a2cd97f 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");
 	}