aboutsummaryrefslogtreecommitdiffstats
path: root/bba
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2019-12-06 20:39:35 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2019-12-06 20:39:35 +0100
commit7220f456ef08dce93c63cc7185b1caaf5934e67b (patch)
tree8f6be3b5c7ff05a4dc54cd5fa6cd80b9d3b76a0b /bba
parenta28786097da1096e29b3951db745d18fead7093c (diff)
downloadnextpnr-7220f456ef08dce93c63cc7185b1caaf5934e67b.tar.gz
nextpnr-7220f456ef08dce93c63cc7185b1caaf5934e67b.tar.bz2
nextpnr-7220f456ef08dce93c63cc7185b1caaf5934e67b.zip
proper formating
Diffstat (limited to 'bba')
-rw-r--r--bba/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bba/main.cc b/bba/main.cc
index fc53a4d8..bff42028 100644
--- a/bba/main.cc
+++ b/bba/main.cc
@@ -447,7 +447,7 @@ int main(int argc, char **argv)
fprintf(fileOut, "%s\n", s.c_str());
fprintf(fileOut, "const char %s[%d] =\n", streams[0].name.c_str(), int(data.size()) + 1);
- fprintf(fileOut, "#embed_str \"%s\"\n",boost::filesystem::basename(files.at(2)).c_str());
+ fprintf(fileOut, "#embed_str \"%s\"\n", boost::filesystem::basename(files.at(2)).c_str());
fprintf(fileOut, ";\n");
for (auto &s : postText)