mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code-style
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
375a76461c
commit
721c2c95ba
1 changed files with 2 additions and 2 deletions
|
@ -40,13 +40,13 @@ public:
|
|||
}
|
||||
|
||||
inline
|
||||
bool operator< (const Version &rhs)
|
||||
bool operator<(const Version &rhs)
|
||||
{
|
||||
return cmp(*this, rhs) < 0;
|
||||
}
|
||||
|
||||
inline
|
||||
bool operator> (const Version &rhs)
|
||||
bool operator>(const Version &rhs)
|
||||
{
|
||||
return cmp(*this, rhs) > 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue