Whitespace

This commit is contained in:
Josh Koon 2019-02-21 22:36:56 -08:00
commit 6a84805df1

View file

@ -378,7 +378,7 @@ namespace CalcEngine
lhs ^= rhs;
return lhs;
}
bool operator==(Rational const& lhs, Rational const& rhs)
{
PRAT lhsRat = lhs.ToPRAT();