mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Whitespace
This commit is contained in:
parent
9d7cc0efa8
commit
6a84805df1
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ namespace CalcEngine
|
||||||
lhs ^= rhs;
|
lhs ^= rhs;
|
||||||
return lhs;
|
return lhs;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool operator==(Rational const& lhs, Rational const& rhs)
|
bool operator==(Rational const& lhs, Rational const& rhs)
|
||||||
{
|
{
|
||||||
PRAT lhsRat = lhs.ToPRAT();
|
PRAT lhsRat = lhs.ToPRAT();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue