aboutsummaryrefslogtreecommitdiffstats
path: root/gui/emb.h
diff options
context:
space:
mode:
authorZipCPU <dgisselq@ieee.org>2018-06-07 15:46:21 -0400
committerZipCPU <dgisselq@ieee.org>2018-06-07 15:46:21 -0400
commit87775d3c6f56bcaaf47e169822ae97b8370ac44f (patch)
tree6771accc538332b08aeceb25856cad45db183678 /gui/emb.h
parent4499864024a5b658bf5772ed87e218bcdaedc262 (diff)
parente7ff22ce901102589173f7a7dc3e4ddbb030655f (diff)
downloadnextpnr-87775d3c6f56bcaaf47e169822ae97b8370ac44f.tar.gz
nextpnr-87775d3c6f56bcaaf47e169822ae97b8370ac44f.tar.bz2
nextpnr-87775d3c6f56bcaaf47e169822ae97b8370ac44f.zip
Tried to add fixes *and* update clang-format jsonparse.cc
Diffstat (limited to 'gui/emb.h')
-rw-r--r--gui/emb.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/gui/emb.h b/gui/emb.h
index f76588f5..3daa7ca3 100644
--- a/gui/emb.h
+++ b/gui/emb.h
@@ -10,12 +10,11 @@
#include <iostream>
#include <string>
-namespace emb
-{
- typedef std::function<void(std::string)> stdout_write_type;
+namespace emb {
+typedef std::function<void(std::string)> stdout_write_type;
- void set_stdout(stdout_write_type write);
- void reset_stdout();
-
- void append_inittab();
+void set_stdout(stdout_write_type write);
+void reset_stdout();
+
+void append_inittab();
} // namespace emb