minor code beauty issue

This commit is contained in:
Dennis Luxen 2014-03-06 18:05:22 +01:00
parent 0b3f3bdf92
commit 09c76939f1

View File

@ -99,7 +99,8 @@ struct PhantomNode {
) &&
(ratio >= 0.) &&
(ratio <= 1.) &&
(name_id != std::numeric_limits<unsigned>::max());
(name_id != std::numeric_limits<unsigned>::max()
);
}
bool operator==(const PhantomNode & other) const {