aboutsummaryrefslogtreecommitdiffstats
path: root/backends/protobuf
diff options
context:
space:
mode:
authorLarry Doolittle <ldoolitt@recycle.lbl.gov>2019-02-26 10:28:42 -0800
committerClifford Wolf <clifford@clifford.at>2019-02-28 14:58:11 -0800
commite2fc18f27b5e9f506724a486787c2106b9f7fb4f (patch)
treeefab7457784570035c54d67045292f6cda2f1447 /backends/protobuf
parent68a693717347cefc057cbf1a1c8d0f66500dec4f (diff)
downloadyosys-e2fc18f27b5e9f506724a486787c2106b9f7fb4f.tar.gz
yosys-e2fc18f27b5e9f506724a486787c2106b9f7fb4f.tar.bz2
yosys-e2fc18f27b5e9f506724a486787c2106b9f7fb4f.zip
Reduce amount of trailing whitespace in code base
Diffstat (limited to 'backends/protobuf')
-rw-r--r--backends/protobuf/protobuf.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/backends/protobuf/protobuf.cc b/backends/protobuf/protobuf.cc
index f56147cef..549fc73ae 100644
--- a/backends/protobuf/protobuf.cc
+++ b/backends/protobuf/protobuf.cc
@@ -48,7 +48,7 @@ struct ProtobufDesignSerializer
ProtobufDesignSerializer(bool use_selection, bool aig_mode) :
aig_mode_(aig_mode), use_selection_(use_selection) { }
-
+
string get_name(IdString name)
{
return RTLIL::unescape_id(name);
@@ -60,7 +60,7 @@ struct ProtobufDesignSerializer
{
for (auto &param : parameters) {
std::string key = get_name(param.first);
-
+
yosys::pb::Parameter pb_param;
@@ -207,7 +207,7 @@ struct ProtobufDesignSerializer
(*models)[aig.name] = pb_model;
}
}
-
+
void serialize_design(yosys::pb::Design *pb, Design *design)
{
GOOGLE_PROTOBUF_VERIFY_VERSION;