aboutsummaryrefslogtreecommitdiffstats
path: root/icepack
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2017-03-07 08:08:10 +0100
committerClifford Wolf <clifford@clifford.at>2017-03-07 08:08:10 +0100
commit293198458787f38cdee1caff88466123f122b769 (patch)
tree7a6c34b850d74dbd6f1a7c6e43c778ef4391c8c4 /icepack
parent4d4738beea12f3f0e9e6fbf7cc433a42c8ea51e6 (diff)
downloadicestorm-293198458787f38cdee1caff88466123f122b769.tar.gz
icestorm-293198458787f38cdee1caff88466123f122b769.tar.bz2
icestorm-293198458787f38cdee1caff88466123f122b769.zip
Fix trailing whitespace in icepack.cc
Diffstat (limited to 'icepack')
-rw-r--r--icepack/icepack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icepack/icepack.cc b/icepack/icepack.cc
index a077e92..3230d06 100644
--- a/icepack/icepack.cc
+++ b/icepack/icepack.cc
@@ -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);