[PATCH] acpi: acpitables: fix indentation, no functional change

Colin King colin.king at canonical.com
Tue Jan 24 12:15:23 UTC 2017


From: Colin Ian King <colin.king at canonical.com>

Ensure code is aligned correctly.

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/acpitables/acpitables.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c
index a56fb0b..1fcf32a 100644
--- a/src/acpi/acpitables/acpitables.c
+++ b/src/acpi/acpitables/acpitables.c
@@ -106,7 +106,7 @@ static int acpi_table_check_test1(fwts_framework *fw)
 		passed = acpi_table_check_field_test(fw, name, "Signature", hdr->signature, 4) &
 			 acpi_table_check_field_test(fw, name, "OEM ID", hdr->oem_id, 6) &
 			 acpi_table_check_field_test(fw, name, "OEM Table ID", hdr->oem_tbl_id, 8) &
-			acpi_table_check_field_test(fw, name, "OEM Creator ID", hdr->creator_id, 4);
+			 acpi_table_check_field_test(fw, name, "OEM Creator ID", hdr->creator_id, 4);
 		if (passed)
 			fwts_passed(fw, "Table %s has valid signature and ID strings.", name);
 
-- 
2.10.2




More information about the fwts-devel mailing list