#15006 closed (fixed)
Tab character in code
| Reported by: | Klaas van Schelven | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | 1.2 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There's a tab character in the code, intermixed with spaces for no good reason. "It's trivial but it's true".
See the patch for details.
Attachments (1)
Change History (3)
by , 15 years ago
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [15134]) Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven for the report.