riscv-compliance: whitespace

riscv-compliance-dev
Megan Wachs 2018-04-18 16:10:41 -07:00
parent 1616a71073
commit 06fc61f464
1 changed files with 1 additions and 1 deletions

View File

@ -3213,7 +3213,7 @@ int riscv013_test_compliance(struct target *target)
COMPLIANCE_TEST(testval == testval_read, "GPR Reads and writes should be supported."); COMPLIANCE_TEST(testval == testval_read, "GPR Reads and writes should be supported.");
} else { } else {
COMPLIANCE_TEST((testval & 0xFFFFFFFF) == testval_read, "GPR Reads and writes should be supported."); COMPLIANCE_TEST((testval & 0xFFFFFFFF) == testval_read, "GPR Reads and writes should be supported.");
} }
} }
/* ABSTRACTAUTO /* ABSTRACTAUTO