From 0b2345996dd6b0318e5c794c0fcb8921dc6e4427 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 17 Jun 2018 19:28:03 +0200 Subject: Updates from clangformat Signed-off-by: Clifford Wolf --- frontend/json/jsonparse.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'frontend') diff --git a/frontend/json/jsonparse.cc b/frontend/json/jsonparse.cc index 3c060fd7..0b06f980 100644 --- a/frontend/json/jsonparse.cc +++ b/frontend/json/jsonparse.cc @@ -741,10 +741,9 @@ void json_import(Design *design, string modname, JsonNode *node) netnames.resize(netid + 1); netnames.at(netid) = basename + - (num_bits == 1 - ? "" - : std::string("[") + std::to_string(i) + - std::string("]")); + (num_bits == 1 ? "" : std::string("[") + + std::to_string(i) + + std::string("]")); } } } -- cgit v1.2.3