diff --git a/src/jrd/pag.h b/src/jrd/pag.h index 16a601b649..3dde1866bb 100644 --- a/src/jrd/pag.h +++ b/src/jrd/pag.h @@ -245,8 +245,7 @@ public: inline bool operator==(const PageNumber& other) const { - return (pageNum == other.pageNum) && - (pageSpaceID == other.pageSpaceID); + return (pageNum == other.pageNum) && (pageSpaceID == other.pageSpaceID); } inline bool operator!=(const PageNumber& other) const