Skip to content

Commit

Permalink
format: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmklee committed Sep 7, 2015
1 parent f8d2cd2 commit c65b733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions factory/cfCharSets.cc
Expand Up @@ -545,16 +545,16 @@ irredAS (CFList & AS, int & indexRed, CanonicalForm & reducible)
{ // search for a non linear elem
qs= facAlgFunc2 (i.getItem(), as);
if (qs.length() > 0)
{
if (qs.getFirst().factor().inCoeffDomain())
{
if (qs.getFirst().factor().inCoeffDomain())
qs.removeFirst();
if (qs.length() > 1 || qs.getFirst().exp() > 1)
{ //found elem is reducible
reducible= i.getItem();
indexRed= nr + 1;
break;
}
}
}
}
}
}
Expand Down

0 comments on commit c65b733

Please sign in to comment.