From c6a90ec151fa763ac7ded51079bfd44712b030d6 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 24 Oct 2018 14:20:40 -0700 Subject: [PATCH] format --- sdc/ClockGroups.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdc/ClockGroups.cc b/sdc/ClockGroups.cc index 63680c15..bd9f9b6b 100644 --- a/sdc/ClockGroups.cc +++ b/sdc/ClockGroups.cc @@ -38,6 +38,8 @@ ClockGroup::isMember(const Clock *clk) return clks_->hasKey(const_cast(clk)); } +//////////////////////////////////////////////////////////////// + ClockGroups::ClockGroups(const char *name, bool logically_exclusive, bool physically_exclusive,