OpenLayers OpenLayers

Ticket #361 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

space tab mix

Reported by: tschaub Assigned to:
Priority: minor Milestone: 2.3 Release
Component: general Version:
Keywords: Cc:
State:

Description

mergejs.py uses a mix of spaces and tabs (jsmin.py is mostly tabs and toposort.py is all spaces)

Attachments

tabspace.patch (11.6 kB) - added by tschaub on 11/16/06 14:14:23.
replace tabs with spaces in jsmin.py and mergejs.py

Change History

11/16/06 14:14:23 changed by tschaub

  • attachment tabspace.patch added.

replace tabs with spaces in jsmin.py and mergejs.py

11/16/06 14:16:36 changed by tschaub

  • keywords set to review.
  • milestone set to 2.3 Release.

This doesn't follow the "if it ain't broke" wisdom - but some might argue that mixing tabs and spaces breaks pythonicness.

Please review.

11/18/06 08:54:17 changed by crschmidt

Committed in r1905.

11/18/06 09:02:03 changed by crschmidt

  • status changed from new to closed.
  • resolution set to fixed.

07/05/07 16:04:38 changed by euzuro

  • keywords deleted.