Opened 17 years ago
Closed 17 years ago
#7 closed enhancement (fixed)
white space in text
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | front | Version: | 1.0 |
| Keywords: | Cc: | ywei@… |
Description
Sometimes the text associated to a statement includes white space at the beginning or end. For example:
"while(i < N) "
(I think there is a tab at the end.) It would look better if the white space at beginning or end could be removed.
Change History (3)
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
| Cc: | added |
|---|---|
| Resolution: | fixed |
| Status: | closed → reopened |
Still seeing white space there. For example, in arrayloop_2 example:
"while (i < N) "
comment:3 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Fixed. The source text will not include extra white space and all tabs now.
Note:
See TracTickets
for help on using tickets.

Fixed.