Changeset c65b73 in git


Ignore:
Timestamp:
Sep 7, 2015, 10:46:52 PM (8 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
03c1d21070a92293e4b9f4dabb3af271ab31a44a
Parents:
f8d2cd226eb40686634cdd42dcec49bd728b2db3
Message:
format: fix indentation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/cfCharSets.cc

    rf8d2cd2 rc65b73  
    546546          qs= facAlgFunc2 (i.getItem(), as);
    547547          if (qs.length() > 0)
    548           {
    549             if (qs.getFirst().factor().inCoeffDomain())
     548          {
     549            if (qs.getFirst().factor().inCoeffDomain())
    550550              qs.removeFirst();
    551551            if (qs.length() > 1 || qs.getFirst().exp() > 1)
     
    555555              break;
    556556            }
    557           }
     557          }
    558558        }
    559559      }
Note: See TracChangeset for help on using the changeset viewer.