minor code beauty issue
This commit is contained in:
parent
0b3f3bdf92
commit
09c76939f1
@ -99,7 +99,8 @@ struct PhantomNode {
|
|||||||
) &&
|
) &&
|
||||||
(ratio >= 0.) &&
|
(ratio >= 0.) &&
|
||||||
(ratio <= 1.) &&
|
(ratio <= 1.) &&
|
||||||
(name_id != std::numeric_limits<unsigned>::max());
|
(name_id != std::numeric_limits<unsigned>::max()
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool operator==(const PhantomNode & other) const {
|
bool operator==(const PhantomNode & other) const {
|
||||||
|
Loading…
Reference in New Issue
Block a user