Fix formating
This commit is contained in:
parent
e197dae54d
commit
0b6eb85106
@ -126,7 +126,8 @@ inline bool haveSameName(const RouteStep &lhs, const RouteStep &rhs)
|
|||||||
};
|
};
|
||||||
|
|
||||||
// make sure empty is not involved
|
// make sure empty is not involved
|
||||||
if (!has_name_or_ref(lhs) || !has_name_or_ref(rhs)) {
|
if (!has_name_or_ref(lhs) || !has_name_or_ref(rhs))
|
||||||
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user