just make things prettier.

This commit is contained in:
Vitor Santos Costa 2009-05-09 23:39:57 -04:00
parent f53c741d96
commit 5b527e7eeb
1 changed files with 2 additions and 2 deletions

View File

@ -1168,10 +1168,10 @@ eval2(Int fi, Term t1, Term t2) {
return p_xor(t1, t2);
case op_atan2:
return p_atan2(t1, t2);
case op_power2:
return p_power(t1, t2);
case op_power:
return p_exp(t1, t2);
case op_power2:
return p_power(t1, t2);
case op_gcd:
return p_gcd(t1, t2);
case op_min: