| # | Line 204 | Line 204 | int nsi; /* minimum number of spaces for indent */ | |
|---|---|---|
| 204 | } | |
| 205 | len += tab - end; | |
| 206 | } | |
| 207 | < | if (tab - end > nsi) |
| 207 | > | if (nsi && tab - end > nsi) |
| 208 | break; | |
| 209 | } | |
| 210 | len *= f->mwidth + cis; /* compute target length */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |