mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Remove trailing spaces.
This commit is contained in:
committed by
Nik Bougalis
parent
1883b40083
commit
b783e353c4
@@ -60,7 +60,7 @@ public:
|
||||
std::string print () const;
|
||||
|
||||
inline bool isRelease () const noexcept
|
||||
{
|
||||
{
|
||||
return preReleaseIdentifiers.empty();
|
||||
}
|
||||
inline bool isPreRelease () const noexcept
|
||||
@@ -75,8 +75,8 @@ public:
|
||||
int compare (SemanticVersion const& lhs, SemanticVersion const& rhs);
|
||||
|
||||
inline bool
|
||||
operator== (SemanticVersion const& lhs, SemanticVersion const& rhs)
|
||||
{
|
||||
operator== (SemanticVersion const& lhs, SemanticVersion const& rhs)
|
||||
{
|
||||
return compare (lhs, rhs) == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user