aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-08-01 03:59:27 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-08-01 03:59:27 +0100
commit85fc356fc1c50d0c2be4e44f6d430d4ce68cf644 (patch)
tree42612a353146d2c361d7d848cd55b44f03189637 /json
parent7d62c89fd534ead842ee0873677f9d0e476b0e28 (diff)
downloadnextpnr-85fc356fc1c50d0c2be4e44f6d430d4ce68cf644.tar.gz
nextpnr-85fc356fc1c50d0c2be4e44f6d430d4ce68cf644.tar.bz2
nextpnr-85fc356fc1c50d0c2be4e44f6d430d4ce68cf644.zip
clangformat
Diffstat (limited to 'json')
-rw-r--r--json/jsonparse.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/json/jsonparse.cc b/json/jsonparse.cc
index 450556e8..a0a4e8d0 100644
--- a/json/jsonparse.cc
+++ b/json/jsonparse.cc
@@ -462,9 +462,9 @@ void json_import_ports(Context *ctx, const string &modname, const std::vector<Id
ground_net(ctx, net.get());
log_info(" Floating wire node value, "
- "\'%s\' of port \'%s\' "
- "in cell \'%s\' of module \'%s\'\n, converted to zero driver",
- wire_node->data_string.c_str(), port_name.c_str(), obj_name.c_str(), modname.c_str());
+ "\'%s\' of port \'%s\' "
+ "in cell \'%s\' of module \'%s\'\n, converted to zero driver",
+ wire_node->data_string.c_str(), port_name.c_str(), obj_name.c_str(), modname.c_str());
} else
log_error(" Unknown fixed type wire node "