Changeset 4275


Ignore:
Timestamp:
Nov 8, 2020, 8:15:17 PM (4 years ago)
Author:
Andreas Schnellbacher
Message:
  • Cosmatic changes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/math.e

    r4004 r4275  
    204204   -- If the next line has spaces in the proper posiition, fill them,
    205205   -- don't insert a new line.
    206    if lastline<.last then
     206   if lastline < .last then
    207207      getline line, lastline + 1
    208208   else
     
    214214   if not verify( dash, ch) & ch <> ' ' then
    215215      lastline = lastline + 1
    216       if lastline<.last then
     216      if lastline < .last then
    217217         getline line, lastline + 1
    218218      endif
    219219   endif
    220    if not verify( substr( line, lpad + 1, res_len), ' ') & lastline<.last then
     220   if not verify( substr( line, lpad + 1, res_len), ' ') & lastline < .last then
    221221      pReplaceLine( overlay( result, line, lpad + 1), lastline + 1)
    222222   else
    223223      pad = substr( ' ', 1, lpad)
    224       insertline pad || result, lastline + 1, fileid
     224      insertline pad''result, lastline + 1, fileid
    225225   endif
    226226
Note: See TracChangeset for help on using the changeset viewer.