From 293198458787f38cdee1caff88466123f122b769 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 7 Mar 2017 08:08:10 +0100 Subject: Fix trailing whitespace in icepack.cc --- icepack/icepack.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icepack') 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); -- cgit v1.2.3