aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nextpnr.cc2
-rw-r--r--common/nextpnr.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/nextpnr.cc b/common/nextpnr.cc
index 5af83a15..1ca3766a 100644
--- a/common/nextpnr.cc
+++ b/common/nextpnr.cc
@@ -21,7 +21,7 @@
NEXTPNR_NAMESPACE_BEGIN
-std::unordered_set<BaseCtx*> IdString::global_ctx;
+std::unordered_set<BaseCtx *> IdString::global_ctx;
void IdString::set(const BaseCtx *ctx, const std::string &s)
{
diff --git a/common/nextpnr.h b/common/nextpnr.h
index af092475..094d6241 100644
--- a/common/nextpnr.h
+++ b/common/nextpnr.h
@@ -74,7 +74,7 @@ struct IdString
// --- deprecated old API ---
- static std::unordered_set<BaseCtx*> global_ctx;
+ static std::unordered_set<BaseCtx *> global_ctx;
const std::string &global_str() const __attribute__((deprecated))
{