From 09c76939f18f74ca7ca7e3cf6226f695ba588f82 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Thu, 6 Mar 2014 18:05:22 +0100 Subject: [PATCH] minor code beauty issue --- DataStructures/PhantomNodes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataStructures/PhantomNodes.h b/DataStructures/PhantomNodes.h index bb8630462..46331ea62 100644 --- a/DataStructures/PhantomNodes.h +++ b/DataStructures/PhantomNodes.h @@ -99,7 +99,8 @@ struct PhantomNode { ) && (ratio >= 0.) && (ratio <= 1.) && - (name_id != std::numeric_limits::max()); + (name_id != std::numeric_limits::max() + ); } bool operator==(const PhantomNode & other) const {