From ea03aafc26f8d7c6cde75b9054a508470f91965b Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 30 Sep 2018 15:13:18 +0100 Subject: clangformat Signed-off-by: David Shah --- generic/arch.cc | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'generic') diff --git a/generic/arch.cc b/generic/arch.cc index 583c74d8..3e95159a 100644 --- a/generic/arch.cc +++ b/generic/arch.cc @@ -184,20 +184,11 @@ void Arch::setGroupDecal(GroupId group, DecalXY decalxy) refreshUiGroup(group); } -void Arch::setWireAttr(IdString wire, IdString key, const std::string &value) -{ - wires.at(wire).attrs[key] = value; -} +void Arch::setWireAttr(IdString wire, IdString key, const std::string &value) { wires.at(wire).attrs[key] = value; } -void Arch::setPipAttr(IdString pip, IdString key, const std::string &value) -{ - pips.at(pip).attrs[key] = value; -} +void Arch::setPipAttr(IdString pip, IdString key, const std::string &value) { pips.at(pip).attrs[key] = value; } -void Arch::setBelAttr(IdString bel, IdString key, const std::string &value) -{ - bels.at(bel).attrs[key] = value; -} +void Arch::setBelAttr(IdString bel, IdString key, const std::string &value) { bels.at(bel).attrs[key] = value; } // --------------------------------------------------------------- -- cgit v1.2.3