Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

tab.patch (718 bytes ) - added by Klaas van Schelven 13 years ago.

Download all attachments as: .zip

Change History (3)

by Klaas van Schelven, 13 years ago

Attachment: tab.patch added

comment:1 by Russell Keith-Magee, 13 years ago

Resolution: fixed
Status: newclosed

(In [15134]) Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven for the report.

comment:2 by Russell Keith-Magee, 13 years ago

(In [15138]) [1.2.X] Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven for the report.

Backport of r15134 from trunk.

Note: See TracTickets for help on using tickets.
Back to Top