8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00
This commit is contained in:
robocop 2010-02-26 02:16:31 +00:00
parent 17064ed300
commit 527f73d87f

View File

@ -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