Fix trailing whitespace in icepack.cc

This commit is contained in:
Clifford Wolf 2017-03-07 08:08:10 +01:00
parent 4d4738beea
commit 2931984587
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ void FpgaConfig::write_bits(std::ostream &ofs) const
int bram_chunk_size = 128;
if (this->bram_width && this->bram_height)
if (this->bram_width && this->bram_height)
{
debug("BRAM: Setting bank width to %d.\n", this->bram_width);
write_byte(ofs, crc_value, file_offset, 0x62);