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; 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();