Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12981 closed (fixed)

Don't use tabs for indentation

Reported by: Martin v. Löwis Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

r12471 and r12486 introduced some tabs. This patch replaces them with spaces.

Attachments (1)

tabs.diff (1.2 KB ) - added by Martin v. Löwis 14 years ago.

Download all attachments as: .zip

Change History (5)

by Martin v. Löwis, 14 years ago

Attachment: tabs.diff added

comment:1 by Alex Gaynor, 14 years ago

Has patch: set
milestone: 1.2
Triage Stage: UnreviewedReady for checkin

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

Resolution: fixed
Status: newclosed

(In [12614]) Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.

comment:3 by Karen Tracey, 14 years ago

(In [12615]) [1.1.X] Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report.

Backport of the applicable part of r12614 from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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