Changeset 8a7dbe in git


Ignore:
Timestamp:
Nov 14, 2018, 6:07:20 PM (5 years ago)
Author:
Karim Abou Zeid <karim23697@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5a8e3555def9dbeb152cccd7ce475b1ba23086de
Parents:
268f992c683f3adc17fa1c52ca43340769af18b7
Message:
Don't print whitespace at end of lp expV
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/shiftop.cc

    r268f99 r8a7dbe  
    567567      StringAppendS("| ");
    568568    }
    569     if (i % ri->isLPring == 0)
     569    if (i % ri->isLPring == 0 && i != ri->N)
    570570    {
    571571      StringAppendS(" ");
Note: See TracChangeset for help on using the changeset viewer.