aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.cc')
-rw-r--r--generic/arch.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/arch.cc b/generic/arch.cc
index 2db9e547..fa3c825d 100644
--- a/generic/arch.cc
+++ b/generic/arch.cc
@@ -505,7 +505,8 @@ bool Arch::place()
}
}
-bool Arch::route() {
+bool Arch::route()
+{
bool retVal = router1(getCtx(), Router1Cfg(getCtx()));
getCtx()->settings[getCtx()->id("route")] = "1";
archInfoToAttributes();