Skip to content

Commit

Permalink
Fix trailing whitespace in icepack.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffordwolf committed Mar 7, 2017
1 parent 4d4738b commit 2931984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepack/icepack.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2931984

Please sign in to comment.